diff options
author | Cristian Maglie <c.maglie@bug.st> | 2012-12-10 15:55:05 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2012-12-10 15:55:05 +0100 |
commit | 433090f18b6218319fe0a721c24e1dc69285ea3e (patch) | |
tree | e7dc4da5b6ff077f1bc255350506dfc0bf87c6c3 /bootloaders/atmega8/Makefile | |
parent | c453e0a32e7adf5e7bab7bfb7c8f7a21e30ca563 (diff) | |
parent | e624b841b3b5d22f6e9cb7ec515beb47f96f46f2 (diff) |
Merged 1.0.3
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 = |