summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/test/Makefile
diff options
context:
space:
mode:
authorschodet2005-08-18 19:57:13 +0000
committerschodet2005-08-18 19:57:13 +0000
commit0267a146f28e7f43d6499159911ffcbb4cb69155 (patch)
treee08d165f7f585bb13fc74ecbbd74c49558d4acd1 /n/avr/modules/math/fixed/test/Makefile
parenta9573e8c2aee1aeff25c1a49a030a99e939acaff (diff)
Ajout du calcul de racine carré.
Diffstat (limited to 'n/avr/modules/math/fixed/test/Makefile')
-rw-r--r--n/avr/modules/math/fixed/test/Makefile2
1 files changed, 1 insertions, 1 deletions
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