mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Changes in cmd handling
This commit is contained in:
parent
21452811e6
commit
fd368d18f1
2 changed files with 101 additions and 57 deletions
|
@ -17,5 +17,5 @@ void UsbCommandReceived(UsbCommand *UC);
|
|||
void CommandReceived(char *Cmd);
|
||||
bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
|
||||
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
|
||||
|
||||
void clearCommandBuffer();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue