Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
[pub/lufa.git] / BuildTests / SingleUSBModeTest / Dummy.S
index bc13b31..5ed1b4a 100644 (file)
@@ -34,7 +34,8 @@
 # Mandatory entry point for successful compilation and link\r
 .global main\r
 main:\r
-\r
+       # Force code generation of the base USB stack\r
+       call USB_Init\r
        \r
 # Mandatory callback needed for base compile of the USB driver\r
 .global CALLBACK_USB_GetDescriptor\r