FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now.

This commit is contained in:
iceman1001 2017-01-20 18:26:03 +01:00
commit 1b75698cb7
7 changed files with 32 additions and 11 deletions

View file

@ -36,6 +36,8 @@
#include "common.h"
#include "usb_cmd.h"
#include "usb_cdc.h"
#include "proxmark3.h"
#include "string.h"
bool cmd_receive(UsbCommand* cmd);
bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, void* data, size_t len);