use char instead of uint8_t to avoid warnings/casting
This commit is contained in:
parent
99a71a0d01
commit
836138032c
@ -712,7 +712,7 @@ int CmdHF14AMfChk(const char *Cmd)
|
||||
{
|
||||
FILE * f;
|
||||
char filename[256]={0};
|
||||
uint8_t buf[13];
|
||||
char buf[13];
|
||||
uint8_t *keyBlock = NULL, *p;
|
||||
uint8_t stKeyBlock = 20;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user