CHG: just some parameter / variable name changes. Nuttin' special.

This commit is contained in:
iceman1001 2016-10-28 16:37:01 +02:00
commit ba39db376c
6 changed files with 47 additions and 48 deletions

View file

@ -60,6 +60,6 @@ int CmdHF14AMfCLoad(const char* cmd);
int CmdHF14AMfCSave(const char* cmd);
int CmdHf14MfDecryptBytes(const char *Cmd);
void readerAttack(nonces_t data[], bool setEmulatorMem, bool showMaths);
void readerAttack(nonces_t data[], bool setEmulatorMem, bool verbose);
void printKeyTable( uint8_t sectorscnt, sector *e_sector );
#endif