FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t.

FIX: cmdlfem4x.c needed ref to cmdmain.h for clearCommandBuffer
This commit is contained in:
iceman1001 2016-02-14 15:30:26 +01:00
commit 60bb5ef73b
3 changed files with 11 additions and 9 deletions

View file

@ -11,15 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "proxmark3.h"
#include "ui.h"
#include "util.h"
#include "graph.h"
#include "cmdparser.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "lfdemod.h"
char *global_em410xId;