Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
This commit is contained in:
parent
0c012ede5f
commit
940145ca6d
3 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue