X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b7e3c86e4e5d4262a608163176d0b01c0cc54b29..9cca7a594f23f46d56ded6ab806235e3fc62055d:/Projects/LEDNotifier/makefile diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index 80836fff1..4fd28ab12 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2012. +# Copyright (C) Dean Camera, 2016. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -9,10 +9,12 @@ # LUFA Project Makefile. # -------------------------------------- -MCU = at90usb1287 +# Run "make help" for target help. + +MCU = atmega32u2 ARCH = AVR8 -BOARD = BUI -F_CPU = 8000000 +BOARD = USB2AX +F_CPU = 16000000 F_USB = $(F_CPU) OPTIMIZATION = s TARGET = LEDNotifier