mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +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 <stddef.h>
|
||||||
#include "usb_cmd.h"
|
#include "usb_cmd.h"
|
||||||
#include "cmdparser.h"
|
#include "cmdparser.h"
|
||||||
extern void UsbCommandReceived(UsbCommand *UC);
|
extern void UsbCommandReceived(UsbCommand *c);
|
||||||
extern int CommandReceived(char *Cmd);
|
extern int CommandReceived(char *Cmd);
|
||||||
extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
|
extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
|
||||||
extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
|
extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
|
||||||
|
|
Loading…
Reference in a new issue