From 464ab9297ac103d973421c2210e74f8de4c12f36 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 25 Apr 2012 09:33:30 +0000 Subject: Updated MSP port. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4134 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/MSP430-MSP430x1611-GCC/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') 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 = -- cgit v1.2.3