summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/Makefile.master
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/twi/test/Makefile.master')
-rw-r--r--digital/avr/modules/twi/test/Makefile.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master
index fa4f22ed..63d6baf8 100644
--- a/digital/avr/modules/twi/test/Makefile.master
+++ b/digital/avr/modules/twi/test/Makefile.master
@@ -11,7 +11,7 @@ TEST_CONFIGFILES = avrconfig_master.h
# atmega8, atmega8535, atmega128...
-AVR_MCU = atmega8535
+AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2