minor fixes

see @icemant1001 -
0ad1a1d492
for more details
This commit is contained in:
marshmellow42 2015-06-15 00:44:57 -04:00
parent ddcb2bb5ca
commit 6ac4cb270a
2 changed files with 4 additions and 1 deletions

View file

@ -392,7 +392,7 @@ int Cmdmandecoderaw(const char *Cmd)
int errCnt=0;
size_t size=0;
int invert=0;
size_t maxErr = 20;
int maxErr = 20;
char cmdp = param_getchar(Cmd, 0);
if (strlen(Cmd) > 5 || cmdp == 'h' || cmdp == 'H') {
PrintAndLog("Usage: data manrawdecode [invert] [maxErr]");

View file

@ -20,6 +20,9 @@
#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "lfdemod.h"
#define llx PRIx64
char *global_em410xId;
static int CmdHelp(const char *Cmd);