This commit is contained in:
iceman1001 2024-02-03 16:11:31 +01:00
commit f586b38360

View file

@ -16,9 +16,10 @@
// High frequency MIFARE commands // High frequency MIFARE commands
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "bruteforce.h"
#include "cmdhfmf.h" #include "cmdhfmf.h"
#include <ctype.h> #include <ctype.h>
#include "bruteforce.h"
#include "cmdparser.h" // command_t #include "cmdparser.h" // command_t
#include "commonutil.h" // ARRAYLEN #include "commonutil.h" // ARRAYLEN
#include "comms.h" // clearCommandBuffer #include "comms.h" // clearCommandBuffer