Trying to get 2618 going.
[goodfet] / firmware / tests / blink / Makefile
index 85a9828..f8131f7 100644 (file)
@@ -3,9 +3,9 @@ PORT=/dev/ttyUSB0
 BSL=tos-bsl --invert-reset --invert-test -c $(PORT)
 
 #mcu=msp430x1611
-mcu=msp430x1612
+mcu=msp430x2618
 
-GCCINC=-T ../../ldscripts/161x.x
+#GCCINC=-T ../../ldscripts/161x.x
 CC=msp430-gcc -g -mmcu=$(mcu) -DGCC $(GCCINC) -I ../../include