CVS: examples/leds makefile,1.8,1.9
Chris Liechti <[email protected]> Wed, 15 Nov 2006 10:47:03 -0800
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples/leds
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv697/examples/leds
Modified Files:
makefile
Log Message:
select 1k Flash type so that the example works out of the box or more targets
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/leds/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- makefile 8 Jun 2004 07:05:28 -0000 1.8
+++ makefile 15 Nov 2006 18:47:01 -0000 1.9
@@ -1,7 +1,7 @@
# makfile configuration
NAME = leds
OBJECTS = main.o
-CPU = msp430x1121
+CPU = msp430x1101
CFLAGS = -mmcu=${CPU} -O2 -Wall -g
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV