mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
cppchecker missing includes
This commit is contained in:
parent
f5a8b0601b
commit
a8aadb2751
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// LCD code
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "LCD.h"
|
||||
#include "LCD_disabled.h"
|
||||
|
||||
void LCDSend(unsigned int data) {
|
||||
// 9th bit set for data, clear for command
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// High frequency MIFARE commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "cmdhfmfdesfire.h"
|
||||
#include "cmdhfmfdesfire_disabled.h"
|
||||
|
||||
#include "cmdparser.h" // command_t
|
||||
|
||||
|
|
Loading…
Reference in a new issue