CVS: msp430-libc/include msp430x241x.h, 1.6, 1.6.2.1 msp430x24x.h, 1.6, 1.6.2.1 msp430x24x1.h, 1.6, 1.6.2.1 msp430x261x.h, 1.6, 1.6.2.1 msp430x42x0.h, 1.7, 1.7.2.1 msp430xG42x0.h, 1.3, 1.3.2.1

"Sergey A. Borshch" <[email protected]> Fri, 3 Apr 2009 05:25:11 +0000
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12170

Modified Files:
      Tag: MSP430X
	msp430x241x.h msp430x24x.h msp430x24x1.h msp430x261x.h 
	msp430x42x0.h msp430xG42x0.h 
Log Message:
24 series: missed #include <svs.h> added. 
42 series: unnedded #include <svs.h> removed


Index: msp430x241x.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x241x.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -w -d -r1.6 -r1.6.2.1
--- msp430x241x.h	7 Nov 2008 08:28:40 -0000	1.6
+++ msp430x241x.h	3 Apr 2009 05:25:03 -0000	1.6.2.1
@@ -53,6 +53,7 @@
 
 #include <msp430/mpy.h>
 #include <msp430/gpio.h>
+#include <msp430/svs.h>
 #include <msp430/usci.h>
 #include <msp430/timera.h>
 #include <msp430/timerb.h>

Index: msp430x24x.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x24x.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -w -d -r1.6 -r1.6.2.1
--- msp430x24x.h	18 Jun 2008 22:25:51 -0000	1.6
+++ msp430x24x.h	3 Apr 2009 05:25:06 -0000	1.6.2.1
@@ -43,6 +43,7 @@
 
 #include <msp430/mpy.h>
 #include <msp430/gpio.h>
+#include <msp430/svs.h>
 #include <msp430/usci.h>
 #include <msp430/timera.h>
 #include <msp430/timerb.h>

Index: msp430x24x1.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x24x1.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -w -d -r1.6 -r1.6.2.1
--- msp430x24x1.h	18 Jun 2008 22:25:52 -0000	1.6
+++ msp430x24x1.h	3 Apr 2009 05:25:06 -0000	1.6.2.1
@@ -35,6 +35,7 @@
 
 #include <msp430/mpy.h>
 #include <msp430/gpio.h>
+#include <msp430/svs.h>
 #include <msp430/usci.h>
 #include <msp430/timera.h>
 #include <msp430/timerb.h>

Index: msp430x261x.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x261x.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -w -d -r1.6 -r1.6.2.1
--- msp430x261x.h	7 Nov 2008 08:28:40 -0000	1.6
+++ msp430x261x.h	3 Apr 2009 05:25:06 -0000	1.6.2.1
@@ -54,6 +54,7 @@
 
 #include <msp430/mpy.h>
 #include <msp430/gpio.h>
+#include <msp430/svs.h>
 #include <msp430/usci.h>
 #include <msp430/timera.h>
 #include <msp430/timerb.h>

Index: msp430x42x0.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x42x0.h,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -w -d -r1.7 -r1.7.2.1
--- msp430x42x0.h	11 Jan 2009 23:11:48 -0000	1.7
+++ msp430x42x0.h	3 Apr 2009 05:25:06 -0000	1.7.2.1
@@ -38,7 +38,6 @@
 
 #include <msp430/basic_timer.h>
 #include <msp430/system_clock.h>
-#include <msp430/svs.h>
 #include <msp430/lcd_a.h>
 #include <msp430/flash.h>
 #include <msp430/timera.h>

Index: msp430xG42x0.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430xG42x0.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -w -d -r1.3 -r1.3.2.1
--- msp430xG42x0.h	11 Jan 2009 23:11:48 -0000	1.3
+++ msp430xG42x0.h	3 Apr 2009 05:25:06 -0000	1.3.2.1
@@ -40,7 +40,6 @@
 
 #include <msp430/basic_timer.h>
 #include <msp430/system_clock.h>
-#include <msp430/svs.h>
 #include <msp430/lcd_a.h>
 #include <msp430/flash.h>
 #include <msp430/timera.h>


------------------------------------------------------------------------------