From 4c371b4ae96a28ba9291e669799e5c0086603f33 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 30 Nov 2012 23:15:30 +0100 Subject: Updated firmware for atmega8 for new avr-gcc versions. fixes #153 fixes #1122 --- bootloaders/atmega8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloaders/atmega8/Makefile') 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 = -- cgit v1.2.3-18-g5258