560ca53dc53223292b797ee8ed691c07b8ea4e8e
[pub/USBasp.git] / BuildTests / ModuleTest / Dummy.S
1 # Mandatory entry point for successful compilation and link
2 .global main
3 main:
4
5
6 # Mandatory callback needed for base compile of the USB driver
7 .global CALLBACK_USB_GetDescriptor
8 CALLBACK_USB_GetDescriptor: