[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 Msp430Adc12.h, 1.1.2.9, 1.1.2.10

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Mon Nov 20 07:32:26 PST 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Msp430Adc12.h 
Log Message:
Added a check whether target MCU has an ADC12 module.

Index: Msp430Adc12.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12.h,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** Msp430Adc12.h	20 Nov 2006 14:47:10 -0000	1.1.2.9
--- Msp430Adc12.h	20 Nov 2006 15:32:22 -0000	1.1.2.10
***************
*** 172,174 ****
--- 172,178 ----
  #endif  
  
+ #ifndef __msp430_headers_adc12_h
+ #error MSP430ADC12C: Target msp430 device does not have ADC12 module
+ #endif
+ 
  #endif



More information about the Tinyos-2-commits mailing list