CVS: msp430-libc/include msp430x21x1.h,1.2,1.3

Steve Underwood <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30371/msp430-libc/include

Modified Files:
	msp430x21x1.h 
Log Message:
Some typos fixed for the 21x1 header, and the port resistor options added to gpio.h


Index: msp430x21x1.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x21x1.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- msp430x21x1.h	21 Mar 2005 13:43:07 -0000	1.2
+++ msp430x21x1.h	10 Aug 2005 12:59:25 -0000	1.3
@@ -15,7 +15,10 @@
 #include <iomacros.h>
 
 #define __msp430_have_port1
+#define __msp430_have_port1_resistors   
 #define __msp430_have_port2
+#define __msp430_have_port2_resistors
+#define __msp430_have_basic_clock_plus  
 #define __msp430_have_compa_extended mux
 #define __msp430_have_flash_extra_flags
 
@@ -48,21 +51,21 @@
 #ifndef __DisableCalData
 
 #define CALDCO_16MHZ_         0x10F8    /* DCOCTL  Calibration Data for 16MHz */
-sfrb(CALDCO_16MHZ, CALDCO_16MHZ_)
+sfrb(CALDCO_16MHZ, CALDCO_16MHZ_);
 #define CALBC1_16MHZ_         0x10F9    /* BCSCTL1 Calibration Data for 16MHz */
-sfrb(CALBC1_16MHZ, CALBC1_16MHZ_)
+sfrb(CALBC1_16MHZ, CALBC1_16MHZ_);
 #define CALDCO_12MHZ_         0x10FA    /* DCOCTL  Calibration Data for 12MHz */
-sfrb(CALDCO_12MHZ, CALDCO_12MHZ_)
+sfrb(CALDCO_12MHZ, CALDCO_12MHZ_);
 #define CALBC1_12MHZ_         0x10FB    /* BCSCTL1 Calibration Data for 12MHz */
-sfrb(CALBC1_12MHZ, CALBC1_12MHZ_)
+sfrb(CALBC1_12MHZ, CALBC1_12MHZ_);
 #define CALDCO_8MHZ_          0x10FC    /* DCOCTL  Calibration Data for 8MHz */
-sfrb(CALDCO_8MHZ, CALDCO_8MHZ_)
+sfrb(CALDCO_8MHZ, CALDCO_8MHZ_);
 #define CALBC1_8MHZ_          0x10FD    /* BCSCTL1 Calibration Data for 8MHz */
-sfrb(CALBC1_8MHZ, CALBC1_8MHZ_)
+sfrb(CALBC1_8MHZ, CALBC1_8MHZ_);
 #define CALDCO_1MHZ_          0x10FE    /* DCOCTL  Calibration Data for 1MHz */
-sfrb(CALDCO_1MHZ, CALDCO_1MHZ_)
+sfrb(CALDCO_1MHZ, CALDCO_1MHZ_);
 #define CALBC1_1MHZ_          0x10FF    /* BCSCTL1 Calibration Data for 1MHz */
-sfrb(CALBC1_1MHZ, CALBC1_1MHZ_)
+sfrb(CALBC1_1MHZ, CALBC1_1MHZ_);
 
 #endif /* #ifndef __DisableCalData */
 #define PORT1_VECTOR        (2 * 2u)    /* 0xFFE4 Port 1 */



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.