From 566ebcdcc810172118dd0519225ad65846ea3cde Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sat, 1 Mar 2008 18:51:45 +0100 Subject: Update the spi and flash module. testing in progress... --- digital/avr/modules/flash/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/flash/test/Makefile') diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile index e8552eb6..9fcc8790 100644 --- a/digital/avr/modules/flash/test/Makefile +++ b/digital/avr/modules/flash/test/Makefile @@ -4,7 +4,7 @@ test_flash_SOURCES = test-flash.c MODULES = utils spi flash proto uart CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... -AVR_MCU = atmega8 +AVR_MCU = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 -- cgit v1.2.3