mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)
This commit is contained in:
parent
3108293c1f
commit
53333f22c8
5 changed files with 65 additions and 51 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "cmdparser.h"
|
||||
extern void UsbCommandReceived(UsbCommand *c);
|
||||
extern int CommandReceived(char *Cmd);
|
||||
extern bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeout, bool show_warning);
|
||||
extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
|
||||
extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
|
||||
extern void clearCommandBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue