diff options
Diffstat (limited to 'bootloaders/atmega8/Makefile')
-rw-r--r-- | bootloaders/atmega8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/atmega8/Makefile b/bootloaders/atmega8/Makefile index 8c0edd3..9202b52 100644 --- a/bootloaders/atmega8/Makefile +++ b/bootloaders/atmega8/Makefile @@ -26,7 +26,7 @@ ISPFLASH = $(DIRAVRBIN)/uisp -dpart=ATmega8 $(ISPPARAMS) --erase --upload if=$ OBJ = $(PROGRAM).o -OPTIMIZE = -Os +OPTIMIZE = -Os -funsigned-char -funsigned-bitfields -fno-inline-small-functions DEFS = -DF_CPU=16000000 -DBAUD_RATE=19200 LIBS = |