REM: removed a comment

ADD: added the ISO14443b command to commands.lua
This commit is contained in:
iceman1001 2015-07-24 16:45:52 +02:00
commit 14e1862537
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
//#include <string.h>
#include <stdint.h>
#include "iso14443crc.h"
#include "proxmark3.h"
@ -43,7 +42,7 @@ int CmdHF14BSim(const char *Cmd)
int CmdHF14BSnoop(const char *Cmd)
{
UsbCommand c = {CMD_SNOOP_ISO_14443B};
UsbCommand c = {CMD_SNOOP_ISO_14443B};
clearCommandBuffer();
SendCommand(&c);
return 0;