mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
detect usb or no usb for standalone mode [ryan]
This commit is contained in:
parent
14ac2f1ea0
commit
50722269b6
3 changed files with 15 additions and 7 deletions
|
@ -52,6 +52,7 @@ typedef signed short SWORD;
|
|||
// USB declarations
|
||||
|
||||
void UsbSendPacket(BYTE *packet, int len);
|
||||
BOOL UsbConnected();
|
||||
BOOL UsbPoll(BOOL blinkLeds);
|
||||
void UsbStart(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue