aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/LEDNotifier/makefile')
-rw-r--r--Projects/LEDNotifier/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile
index 05436edec..41f9d1647 100644
--- a/Projects/LEDNotifier/makefile
+++ b/Projects/LEDNotifier/makefile
@@ -11,10 +11,10 @@
# Run "make help" for target help.
-MCU = at90usb1287
+MCU = atmega32u2
ARCH = AVR8
-BOARD = BUI
-F_CPU = 8000000
+BOARD = USB2AX
+F_CPU = 16000000
F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = LEDNotifier