summaryrefslogtreecommitdiff
path: root/n/rvb/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/rvb/src/Makefile')
-rw-r--r--n/rvb/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/rvb/src/Makefile b/n/rvb/src/Makefile
index 5c5f970..791941a 100644
--- a/n/rvb/src/Makefile
+++ b/n/rvb/src/Makefile
@@ -4,7 +4,7 @@ test_rvb_SOURCES = test_rvb.c
MODULES = proto uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
-AVR_MCU = atmega8
+AVR_MCU = atmega64
# -O2 : speed
# -Os : size
OPTIMIZE = -O2