CHG: the new NTAG_i2c_1K enums, broke the uint16_t size.. Had to go up one level.

This commit is contained in:
iceman1001
2015-05-20 19:26:11 +02:00
parent 05f7accdbb
commit 623db3559b
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ int CmdHF14AMfucAuth(const char *Cmd);
//general stuff
int CmdHF14AMfUDump(const char *Cmd);
int CmdHF14AMfUInfo(const char *Cmd);
uint16_t GetHF14AMfU_Type(void);
uint32_t GetHF14AMfU_Type(void);
int ul_print_type(uint16_t tagtype, uint8_t spacer);
void ul_switch_off_field(void);