[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12
Msp430RefVoltArbiterP.nc, 1.1.2.6, 1.1.2.7
Philipp Huppertz
phihup at users.sourceforge.net
Wed Sep 20 08:16:20 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15112/tos/chips/msp430/adc12
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Msp430RefVoltArbiterP.nc
Log Message:
- added missing default handler for isOwner().
Index: Msp430RefVoltArbiterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/adc12/Msp430RefVoltArbiterP.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** Msp430RefVoltArbiterP.nc 15 Aug 2006 11:59:08 -0000 1.1.2.6
--- Msp430RefVoltArbiterP.nc 20 Sep 2006 15:16:18 -0000 1.1.2.7
***************
*** 149,152 ****
--- 149,157 ----
return FAIL;
}
+
+ default async command uint8_t AdcResource.isOwner[uint8_t client]()
+ {
+ return FALSE;
+ }
default async command error_t AdcResource.release[uint8_t client](){return FAIL;}
More information about the Tinyos-2-commits
mailing list