Add build tests to verify correct compilation of as many modules as possible under...
[pub/lufa.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: