]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/GainRadioModel.nc
Code cleanup
[tinyos-2.x.git] / tos / lib / tossim / GainRadioModel.nc
index 22691d8d88b2d0d880d208f9b8ef9499de2ef968..d7d7496f06c828f0b520429a10c6e00aba54f78d 100644 (file)
@@ -46,7 +46,7 @@ interface GainRadioModel {
 
   command void setClearValue(double value);
   command bool clearChannel();
-  command void checkPendingTransmission(bool isTransmitting);
+  command void setPendingTransmission();
   
   event void acked(message_t* msg);
   event void receive(message_t* msg);