mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: cleanup
This commit is contained in:
parent
902a5f06ff
commit
38503b55d5
1 changed files with 11 additions and 10 deletions
|
@ -112,7 +112,7 @@ int CmdParadoxDemod(const char *Cmd) {
|
||||||
setClockGrid(50, waveIdx + (idx * 50));
|
setClockGrid(50, waveIdx + (idx * 50));
|
||||||
|
|
||||||
if (hi2 == 0 && hi == 0 && lo == 0){
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,6 +193,7 @@ static command_t CommandTable[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
int CmdLFParadox(const char *Cmd) {
|
int CmdLFParadox(const char *Cmd) {
|
||||||
|
clearCommandBuffer();
|
||||||
CmdsParse(CommandTable, Cmd);
|
CmdsParse(CommandTable, Cmd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue