cppchecker missing includes

This commit is contained in:
iceman1001 2020-03-24 11:45:57 +01:00
commit a8aadb2751
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// LCD code // LCD code
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "LCD.h" #include "LCD_disabled.h"
void LCDSend(unsigned int data) { void LCDSend(unsigned int data) {
// 9th bit set for data, clear for command // 9th bit set for data, clear for command

View file

@ -8,7 +8,7 @@
// High frequency MIFARE commands // High frequency MIFARE commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdhfmfdesfire.h" #include "cmdhfmfdesfire_disabled.h"
#include "cmdparser.h" // command_t #include "cmdparser.h" // command_t