rename SNOOP -> SNIFF

This commit is contained in:
iceman1001 2019-03-12 13:15:39 +01:00
commit 35bc4a975e
21 changed files with 60 additions and 57 deletions

View file

@ -174,7 +174,7 @@ int CmdLFHitagList(const char *Cmd) {
}
int CmdLFHitagSniff(const char *Cmd) {
UsbCommand c = {CMD_SNOOP_HITAG};
UsbCommand c = {CMD_SNIFF_HITAG};
clearCommandBuffer();
SendCommand(&c);
return 0;