diff options
author | Cristian Maglie <c.maglie@bug.st> | 2012-11-30 23:15:30 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2012-11-30 23:15:30 +0100 |
commit | 4c371b4ae96a28ba9291e669799e5c0086603f33 (patch) | |
tree | 08e061b0419c005da6b7f6e27d803b4de5dc5dfc /bootloaders/atmega8/Makefile | |
parent | bb37d2679e9ee0e3be12526fdf69408ddaffa476 (diff) |
Updated firmware for atmega8 for new avr-gcc versions.
fixes #153
fixes #1122
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 = |