[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 Msp430Adc12ClientAutoDMAC.nc, 1.4, 1.5 Msp430Adc12ClientAutoDMA_RVGC.nc, 1.4, 1.5 Msp430Adc12ClientAutoRVGC.nc, 1.4, 1.5 Msp430Adc12ClientC.nc, 1.4, 1.5

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Tue May 29 09:19:23 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14979

Modified Files:
	Msp430Adc12ClientAutoDMAC.nc Msp430Adc12ClientAutoDMA_RVGC.nc 
	Msp430Adc12ClientAutoRVGC.nc Msp430Adc12ClientC.nc 
Log Message:
Fixed missing include.


Index: Msp430Adc12ClientAutoDMAC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430Adc12ClientAutoDMAC.nc	12 Dec 2006 18:23:07 -0000	1.4
--- Msp430Adc12ClientAutoDMAC.nc	29 May 2007 16:19:20 -0000	1.5
***************
*** 43,47 ****
   * this component and its intended use.
   */
! 
  generic configuration Msp430Adc12ClientAutoDMAC()
  {
--- 43,47 ----
   * this component and its intended use.
   */
! #include <Msp430Adc12.h>
  generic configuration Msp430Adc12ClientAutoDMAC()
  {

Index: Msp430Adc12ClientAutoDMA_RVGC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430Adc12ClientAutoDMA_RVGC.nc	12 Dec 2006 18:23:07 -0000	1.4
--- Msp430Adc12ClientAutoDMA_RVGC.nc	29 May 2007 16:19:20 -0000	1.5
***************
*** 42,46 ****
   * this component and its intended use.
   */
! 
  generic configuration Msp430Adc12ClientAutoDMA_RVGC()
  {
--- 42,46 ----
   * this component and its intended use.
   */
! #include <Msp430Adc12.h>
  generic configuration Msp430Adc12ClientAutoDMA_RVGC()
  {

Index: Msp430Adc12ClientAutoRVGC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430Adc12ClientAutoRVGC.nc	12 Dec 2006 18:23:07 -0000	1.4
--- Msp430Adc12ClientAutoRVGC.nc	29 May 2007 16:19:20 -0000	1.5
***************
*** 40,44 ****
   * this component and its intended use.
   */
! 
  generic configuration Msp430Adc12ClientAutoRVGC()
  {
--- 40,44 ----
   * this component and its intended use.
   */
! #include <Msp430Adc12.h> 
  generic configuration Msp430Adc12ClientAutoRVGC()
  {

Index: Msp430Adc12ClientC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12ClientC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430Adc12ClientC.nc	12 Dec 2006 18:23:07 -0000	1.4
--- Msp430Adc12ClientC.nc	29 May 2007 16:19:20 -0000	1.5
***************
*** 42,46 ****
   * this component and its intended use.
   */
! 
  generic configuration Msp430Adc12ClientC()
  {
--- 42,46 ----
   * this component and its intended use.
   */
! #include <Msp430Adc12.h>
  generic configuration Msp430Adc12ClientC()
  {



More information about the Tinyos-2-commits mailing list