diff options
Diffstat (limited to 'BuildTests/SingleUSBModeTest/Dummy.S')
-rw-r--r-- | BuildTests/SingleUSBModeTest/Dummy.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/SingleUSBModeTest/Dummy.S b/BuildTests/SingleUSBModeTest/Dummy.S index bc13b31eb..5ed1b4a24 100644 --- a/BuildTests/SingleUSBModeTest/Dummy.S +++ b/BuildTests/SingleUSBModeTest/Dummy.S @@ -34,7 +34,8 @@ # Mandatory entry point for successful compilation and link
.global main
main:
-
+ # Force code generation of the base USB stack
+ call USB_Init
# Mandatory callback needed for base compile of the USB driver
.global CALLBACK_USB_GetDescriptor
|