From: travisutk Date: Sat, 12 Feb 2011 22:55:42 +0000 (+0000) Subject: Fixed force of msp430x2618 in Makefile. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=9e1e82efa1ef0c0596623c38153ce9f4087a948f;hp=7e6e8190a7e53a87bf4335ab2f05443d3e064ee4 Fixed force of msp430x2618 in Makefile. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@918 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/Makefile b/firmware/Makefile index 030bc02..0f7a6fc 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -8,10 +8,10 @@ BSL?=goodfet.bsl --speed=38400 #One of these should be defined explicitly. #Default removed because of confusion. -#mcu=msp430x2274 -mcu=msp430x2618 +#mcu?=msp430x2274 +#mcu?=msp430x2618 #mcu?=msp430x1612 -#mcu?=RUNCONFIG +mcu?=RUNCONFIG #platform=goodfet #platform=telosb diff --git a/firmware/lib/msp430x1611.c b/firmware/lib/msp430x1611.c new file mode 100644 index 0000000..48d28f0 --- /dev/null +++ b/firmware/lib/msp430x1611.c @@ -0,0 +1 @@ +#include "msp430x1612.c"