aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest/Dummy.S
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-06 19:39:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-06 19:39:38 +0000
commit940145ca6d112782020c8570070c14ba57fdec20 (patch)
treea2c48cdcf6dd7200fbebc8edb0bfb64396b673a8 /BuildTests/SingleUSBModeTest/Dummy.S
parent0c012ede5f98cacbc4b55ba162c331ce3013fff5 (diff)
downloadlufa-940145ca6d112782020c8570070c14ba57fdec20.tar.gz
lufa-940145ca6d112782020c8570070c14ba57fdec20.tar.bz2
lufa-940145ca6d112782020c8570070c14ba57fdec20.zip
Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
Diffstat (limited to 'BuildTests/SingleUSBModeTest/Dummy.S')
-rw-r--r--BuildTests/SingleUSBModeTest/Dummy.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/SingleUSBModeTest/Dummy.S b/BuildTests/SingleUSBModeTest/Dummy.S
index bc13b31eb..5ed1b4a24 100644
--- a/BuildTests/SingleUSBModeTest/Dummy.S
+++ b/BuildTests/SingleUSBModeTest/Dummy.S
@@ -34,7 +34,8 @@
# Mandatory entry point for successful compilation and link
.global main
main:
-
+ # Force code generation of the base USB stack
+ call USB_Init
# Mandatory callback needed for base compile of the USB driver
.global CALLBACK_USB_GetDescriptor