diff options
Diffstat (limited to 'Projects/Benito')
-rw-r--r-- | Projects/Benito/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index f714935d4..4fadc10c1 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -60,13 +60,13 @@ # MCU name -MCU = at90usb647 +MCU = atmega32u4 # Target board (see library "Board Types" documentation, NONE for projects not requiring # LUFA board drivers). If USER is selected, put custom board drivers in a directory called # "Board" inside the application directory. -BOARD = USBKEY +BOARD = BENITO # Processor frequency. |