[Tinyos-commits] CVS: tinyos-1.x/tos/platform/micaz VoltageM.nc, 1.2, 1.3

Jonathan Hui jwhui at users.sourceforge.net
Thu Jul 28 19:13:18 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/micaz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24704

Modified Files:
	VoltageM.nc 
Log Message:
- Bug fix by Razvan Musaloiu, state was not getting reset to S_IDLE.



Index: VoltageM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/micaz/VoltageM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** VoltageM.nc	28 Apr 2005 20:36:09 -0000	1.2
--- VoltageM.nc	29 Jul 2005 02:13:16 -0000	1.3
***************
*** 76,79 ****
--- 76,80 ----
  
    void signalReady(uint16_t v) {
+     atomic state = S_IDLE;
      signal Voltage.dataReady(v);
    }



More information about the Tinyos-commits mailing list