detect usb or no usb for standalone mode [ryan]

This commit is contained in:
skamkar 2009-08-08 07:42:51 +00:00
parent 14ac2f1ea0
commit 50722269b6
3 changed files with 15 additions and 7 deletions

View file

@ -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);