summaryrefslogtreecommitdiff
path: root/firmware/Makefile.dfu
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile.dfu')
-rw-r--r--firmware/Makefile.dfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile.dfu b/firmware/Makefile.dfu
index dbe9b35..3c797ef 100644
--- a/firmware/Makefile.dfu
+++ b/firmware/Makefile.dfu
@@ -175,7 +175,7 @@ CINCS = -Isrc/pcd
endif
ifeq ($(BOARD),SIMTRACE)
-SUBMDL = AT91SAM7S256
+SUBMDL = AT91SAM7S128
CDEFS += -DSIMTRACE
ADEFS += -DSIMTRACE
CINCS = -Isrc/simtrace
personal git repositories of Harald Welte. Your mileage may vary