Add UsbDebugInfo to aid future debugging via USB.

This commit is contained in:
László Monda
2017-10-28 17:12:52 +02:00
parent f0a98eebb5
commit 569493cbfa
5 changed files with 28 additions and 18 deletions

View File

@@ -41,6 +41,10 @@
JumpToBootloaderError_InvalidModuleDriverId = 1,
} jump_to_bootloader_error_t;
// Variables:
extern uint8_t UsbDebugInfo[USB_GENERIC_HID_OUT_BUFFER_LENGTH];
// Functions:
void UsbProtocolHandler(void);