From 0267a146f28e7f43d6499159911ffcbb4cb69155 Mon Sep 17 00:00:00 2001 From: schodet Date: Thu, 18 Aug 2005 19:57:13 +0000 Subject: Ajout du calcul de racine carré. --- n/avr/modules/math/fixed/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n/avr/modules/math/fixed/test/Makefile') diff --git a/n/avr/modules/math/fixed/test/Makefile b/n/avr/modules/math/fixed/test/Makefile index 23be911..38517e5 100644 --- a/n/avr/modules/math/fixed/test/Makefile +++ b/n/avr/modules/math/fixed/test/Makefile @@ -6,7 +6,7 @@ EXTRACTDOC = MODULES = uart proto utils math/fixed math/random CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... -AVR_MCU = atmega8 +AVR_MCU = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 -- cgit v1.2.3