mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fixed USB GPIO bug reported by gregy, and fixed 'hf 14a reader' command
This commit is contained in:
parent
ab6bf11f3f
commit
79a73ab2d1
7 changed files with 111 additions and 81 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue