aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/MSP430-MSP430x1611-GCC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/Makefile b/demos/MSP430-MSP430x1611-GCC/Makefile
index 2d5568fd7..f454a4500 100644
--- a/demos/MSP430-MSP430x1611-GCC/Makefile
+++ b/demos/MSP430-MSP430x1611-GCC/Makefile
@@ -41,7 +41,7 @@ endif
PROJECT = ch
# Define linker script file here
-LDSCRIPT = mspgcc/msp430x1611.x
+LDSCRIPT = msp430.x
# Imported source files
CHIBIOS = ../..
@@ -111,7 +111,7 @@ CPPWARN = -Wall -Wextra
#
# List all default C defines here, like -D_DEBUG=1
-DDEFS =
+DDEFS = -D__MSP430F1611__
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =