use char instead of uint8_t to avoid warnings/casting

This commit is contained in:
dn337t@gmail.com 2012-06-07 09:24:49 +00:00
parent 99a71a0d01
commit 836138032c

View file

@ -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;