Update Studio Integration DLL, to include package logging.
[pub/USBasp.git] / Projects / LEDNotifier / makefile
index 80836ff..41f9d16 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2012.
+#     Copyright (C) Dean Camera, 2015.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
@@ -9,10 +9,12 @@
 #         LUFA Project Makefile.
 # --------------------------------------
 
 #         LUFA Project Makefile.
 # --------------------------------------
 
-MCU          = at90usb1287
+# Run "make help" for target help.
+
+MCU          = atmega32u2
 ARCH         = AVR8
 ARCH         = AVR8
-BOARD        = BUI
-F_CPU        = 8000000
+BOARD        = USB2AX
+F_CPU        = 16000000
 F_USB        = $(F_CPU)
 OPTIMIZATION = s
 TARGET       = LEDNotifier
 F_USB        = $(F_CPU)
 OPTIMIZATION = s
 TARGET       = LEDNotifier