]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
cleanup
authoridgay <idgay>
Fri, 2 May 2008 19:48:54 +0000 (19:48 +0000)
committeridgay <idgay>
Fri, 2 May 2008 19:48:54 +0000 (19:48 +0000)
tos/chips/atm128/adc/HplAtm128AdcP.nc

index cf6ff6add514266a7953843fd31718155201719b..ec07f93293be553b4f2e2c61f64f1b05109f7aec 100644 (file)
@@ -66,7 +66,6 @@ implementation {
   }
 
   // Individual bit manipulation. These all clear any pending A/D interrupt.
-  // It's not clear these are that useful...
   async command void HplAtm128Adc.enableAdc() {
     SET_BIT(ADCSRA, ADEN); 
     call McuPowerState.update();