[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep131.txt,1.1,1.2

Vlado Handziski vlahan at users.sourceforge.net
Thu Jul 10 04:56:21 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19893/doc/txt

Modified Files:
	tep131.txt 
Log Message:
Changed to reflect modified parameter in setControlAsCapture command of the Msp430TimerControl interface

Index: tep131.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep131.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tep131.txt	6 Nov 2007 10:32:54 -0000	1.1
--- tep131.txt	10 Jul 2008 11:56:16 -0000	1.2
***************
*** 1389,1393 ****
     async command void setControl(msp430_compare_control_t control );
     async command void setControlAsCompare();
!    async command void setControlAsCapture(bool low_to_high);
   
     async command void enableEvents();
--- 1389,1393 ----
     async command void setControl(msp430_compare_control_t control );
     async command void setControlAsCompare();
!    async command void setControlAsCapture(uint8_t cm);
   
     async command void enableEvents();



More information about the Tinyos-2-commits mailing list