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
commit 79a73ab2d1
7 changed files with 111 additions and 81 deletions

View file

@ -183,7 +183,7 @@ void ReaderHitag(hitag_function htf, hitag_data* htd);
// cmd.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);
/// util.h