chg: cleanup

This commit is contained in:
iceman1001 2019-03-09 21:43:03 +01:00
commit 38503b55d5

View file

@ -112,7 +112,7 @@ int CmdParadoxDemod(const char *Cmd) {
setClockGrid(50, waveIdx + (idx * 50));
if (hi2 == 0 && hi == 0 && lo == 0){
if (g_debugMode) PrintAndLogEx(DEBUG, "DEBUG: Error - Paradox no value found");
PrintAndLogEx(DEBUG, "DEBUG: Error - Paradox no value found");
return 0;
}
@ -193,6 +193,7 @@ static command_t CommandTable[] = {
};
int CmdLFParadox(const char *Cmd) {
clearCommandBuffer();
CmdsParse(CommandTable, Cmd);
return 0;
}