Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.

This commit is contained in:
Dean Camera 2012-06-06 19:39:38 +00:00
parent 0c012ede5f
commit 940145ca6d
3 changed files with 14 additions and 11 deletions

View file

@ -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