mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
syntax sugar
This commit is contained in:
parent
31191382fc
commit
e574e89553
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <stddef.h>
|
||||
#include "usb_cmd.h"
|
||||
#include "cmdparser.h"
|
||||
extern void UsbCommandReceived(UsbCommand *UC);
|
||||
extern void UsbCommandReceived(UsbCommand *c);
|
||||
extern int CommandReceived(char *Cmd);
|
||||
extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
|
||||
extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
|
||||
|
|
Loading…
Reference in a new issue