forked from mirror/qmk_firmware
Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user