Fixed logic hole breaking USB operations on a USB controller with only one supported...
[pub/USBasp.git] / BuildTests / BoardDriverTest / makefile.test
index ea2c836..b5e5c60 100644 (file)
@@ -9,6 +9,8 @@
 #         LUFA Project Makefile.
 # --------------------------------------
 
+# Run "make help" for target help.
+
 MCU          = 
 ARCH         = 
 BOARD        = 
@@ -19,6 +21,7 @@ TARGET       = Test
 SRC          = $(TARGET).c
 LUFA_PATH    = ../../LUFA
 CC_FLAGS     = -Werror
+DEBUG_LEVEL  = 0
 
 # Include LUFA build script makefiles
 include $(LUFA_PATH)/Build/lufa_build.mk
\ No newline at end of file