aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/Dummy.S
blob: 560ca53dc53223292b797ee8ed691c07b8ea4e8e (plain)
1
2
3
4
5
6
7
8
# Mandatory entry point for successful compilation and link
.global main
main:

	
# Mandatory callback needed for base compile of the USB driver
.global CALLBACK_USB_GetDescriptor
CALLBACK_USB_GetDescriptor: