fixed cpu atmega32u4

master
Niclas Thobaben 2017-12-26 14:11:10 +01:00
parent b292589304
commit 8037ec3b84
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ COMPILER_PREFIX=avr-
CFLAGS+=-ggdb -mmcu=atmega32u4 -Wall -Os
ASFLAGS+=-ggdb -mmcu=atmega32u4
LDFLAGS+=-ggdb -mmcu=atmega32u4
AVR_MCU=m32u4