summaryrefslogtreecommitdiff
path: root/n/avr/utils/Makefile
diff options
context:
space:
mode:
authorschodet2004-09-20 22:20:35 +0000
committerschodet2004-09-20 22:20:35 +0000
commite13b9ba42de78ef57f11ad0a2f45f4f4648fce77 (patch)
treef5c8ab834e33314323faed5ec263755527d37769 /n/avr/utils/Makefile
parent8e68be9cca04b7acb9c67dee46564c43141cf197 (diff)
Ajout de regv.
Diffstat (limited to 'n/avr/utils/Makefile')
-rw-r--r--n/avr/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/utils/Makefile b/n/avr/utils/Makefile
index 2be5002..eff599f 100644
--- a/n/avr/utils/Makefile
+++ b/n/avr/utils/Makefile
@@ -4,7 +4,7 @@ DOC = utils.html
EXTRACTDOC = utils.h avrconfig.h
MODULES =
# atmega8, atmega8535, atmega128...
-MCU_TARGET = atmega8
+MCU_TARGET = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2