Add build tests to verify correct compilation of as many modules as possible under...
[pub/lufa.git] / BuildTests / ModuleTest / Dummy.S
diff --git a/BuildTests/ModuleTest/Dummy.S b/BuildTests/ModuleTest/Dummy.S
new file mode 100644 (file)
index 0000000..560ca53
--- /dev/null
@@ -0,0 +1,8 @@
+# Mandatory entry point for successful compilation and link\r
+.global main\r
+main:\r
+\r
+       \r
+# Mandatory callback needed for base compile of the USB driver\r
+.global CALLBACK_USB_GetDescriptor\r
+CALLBACK_USB_GetDescriptor:\r