diff options
Diffstat (limited to 'BuildTests/BoardDriverTest/makefile.test')
-rw-r--r-- | BuildTests/BoardDriverTest/makefile.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BuildTests/BoardDriverTest/makefile.test b/BuildTests/BoardDriverTest/makefile.test index 60e97397d..11d0372ef 100644 --- a/BuildTests/BoardDriverTest/makefile.test +++ b/BuildTests/BoardDriverTest/makefile.test @@ -9,11 +9,11 @@ # LUFA Project Makefile.
# --------------------------------------
-MCU = at90usb1287
-ARCH = AVR8
-BOARD = NONE
-F_CPU = 8000000
-F_USB = $(F_CPU)
+MCU =
+ARCH =
+BOARD =
+F_CPU = $(F_USB)
+F_USB = 8000000
OPTIMIZATION = 1
TARGET = Test
SRC = $(TARGET).c
|