# 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