diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ CFLAGS += -Os CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 -CFLAGS += -DF_CPU=16000000UL +CFLAGS += -DF_CPU=8000000UL CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections @@ -24,6 +24,7 @@ HEX_FLAGS += -j .text -j .data AVRDUDE_FLAGS = -p $(MCU) AVRDUDE_FLAGS += -c arduino AVRDUDE_FLAGS += -P $(PORT) +AVRDUDE_FLAGS += -b 57600 AVRDUDE_FLAGS += -D -U %.o: %.c |
