Blink now targets all 2xx chips, perhaps 1xx too, by default.
[goodfet] / firmware / tests / blink / Makefile
index f8131f7..74ecfdd 100644 (file)
@@ -2,8 +2,11 @@
 PORT=/dev/ttyUSB0
 BSL=tos-bsl --invert-reset --invert-test -c $(PORT)
 
+#Default to 2001 with least resources.
+
 #mcu=msp430x1611
-mcu=msp430x2618
+#mcu=msp430x2618
+mcu?=msp430x2001
 
 #GCCINC=-T ../../ldscripts/161x.x
 CC=msp430-gcc -g -mmcu=$(mcu) -DGCC $(GCCINC) -I ../../include