[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio RssiFixedThresholdCMC.nc, 1.1.2.6, 1.1.2.6.2.1

Vlado Handziski vlahan at users.sourceforge.net
Thu Nov 16 11:22:17 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20509/tos/platforms/eyesIFX/byte_radio

Modified Files:
      Tag: tinyos-2-0-0-release
	RssiFixedThresholdCMC.nc 
Log Message:
Merging back a bugfix for eyes radio

Index: RssiFixedThresholdCMC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/RssiFixedThresholdCMC.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.6.2.1
diff -C2 -d -r1.1.2.6 -r1.1.2.6.2.1
*** RssiFixedThresholdCMC.nc	20 Sep 2006 15:30:04 -0000	1.1.2.6
--- RssiFixedThresholdCMC.nc	16 Nov 2006 19:22:15 -0000	1.1.2.6.2.1
***************
*** 49,54 ****
  {
      components RssiFixedThresholdCMP,
!     		//  RssiSensorVccC as Rssi, FIXME: has no arbitration!?
!         new RssiSensorC() as Rssi,
          new BatteryLevelSensorC() as Voltage,
          new TimerMilliC() as Timer,
--- 49,53 ----
  {
      components RssiFixedThresholdCMP,
!         new RssiSensorVccC() as Rssi,
          new BatteryLevelSensorC() as Voltage,
          new TimerMilliC() as Timer,



More information about the Tinyos-2-commits mailing list