ADD: added @marshmellow42 's changes to "lfdemod"

This commit is contained in:
iceman1001 2016-03-20 19:39:06 +01:00
commit 7fa7e812fc
2 changed files with 20 additions and 16 deletions

View file

@ -258,7 +258,7 @@ int CmdHFTopazReader(const char *Cmd) {
uint8_t rid_response[8];
uint8_t *uid_echo = &rid_response[2];
uint8_t rall_response[130];
bool verbose = true;
bool verbose = TRUE;
char ctmp = param_getchar(Cmd, 0);
if ( ctmp == 'S' || ctmp == 's') verbose = FALSE;