mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: the new NTAG_i2c_1K enums, broke the uint16_t size.. Had to go up one level.
This commit is contained in:
parent
05f7accdbb
commit
623db3559b
3 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ int CmdHF14AReader(const char *Cmd)
|
|||
//***************************************test****************
|
||||
ul_switch_off_field();
|
||||
|
||||
uint16_t tagT = GetHF14AMfU_Type();
|
||||
uint32_t tagT = GetHF14AMfU_Type();
|
||||
ul_print_type(tagT, 0);
|
||||
|
||||
//reconnect for further tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue