[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc AdcStreamP.nc, 1.7, 1.8
John Regehr
regehr at users.sourceforge.net
Tue Jun 3 22:33:09 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 AdcP.nc, 1.5, 1.6 AdcStreamP.nc, 1.1, 1.2 Msp430Adc12ImplP.nc, 1.6, 1.7 Msp430Adc12SingleChannel.nc, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/receive CC2420ReceiveP.nc, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4520/adc
Modified Files:
AdcStreamP.nc
Log Message:
suppress a warning
Index: AdcStreamP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc/AdcStreamP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** AdcStreamP.nc 3 Jun 2008 03:00:59 -0000 1.7
--- AdcStreamP.nc 4 Jun 2008 05:33:07 -0000 1.8
***************
*** 145,149 ****
atomic entry = bufferQueue[c];
for (; entry; entry = entry->next){
! uint16_t tmp_count = entry->count;
signal ReadStream.bufferDone[c](FAIL, TCAST(uint16_t * COUNT_NOK(tmp_count),entry), entry->count);
}
--- 145,149 ----
atomic entry = bufferQueue[c];
for (; entry; entry = entry->next){
! uint16_t tmp_count __DEPUTY_UNUSED__ = entry->count;
signal ReadStream.bufferDone[c](FAIL, TCAST(uint16_t * COUNT_NOK(tmp_count),entry), entry->count);
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/adc12 AdcP.nc, 1.5, 1.6 AdcStreamP.nc, 1.1, 1.2 Msp430Adc12ImplP.nc, 1.6, 1.7 Msp430Adc12SingleChannel.nc, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/receive CC2420ReceiveP.nc, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list