X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/04b8360b15e3f1a78cb74e97b0c9acbb068f025a..1132488e8f80b43473ce4e53db9dd8ce12e87e13:/BuildTests/ModuleTest/Dummy.S diff --git a/BuildTests/ModuleTest/Dummy.S b/BuildTests/ModuleTest/Dummy.S new file mode 100644 index 000000000..560ca53dc --- /dev/null +++ b/BuildTests/ModuleTest/Dummy.S @@ -0,0 +1,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: