fixed USB GPIO bug reported by gregy, and fixed 'hf 14a reader' command

This commit is contained in:
roel@libnfc.org
2013-02-27 13:23:38 +00:00
parent ab6bf11f3f
commit 79a73ab2d1
7 changed files with 111 additions and 81 deletions

View File

@@ -38,7 +38,7 @@
#include "usb_cdc.h"
bool cmd_receive(UsbCommand* cmd);
bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, byte_t* data, size_t len);
bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, void* data, size_t len);
#endif // _PROXMARK_CMD_H_