]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/adc/HplAtm128AdcP.nc
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / chips / atm128 / adc / HplAtm128AdcP.nc
index 0090e90bc45c292e46c942640fe989c3c040be01..c95910e2c7712f131b50bcc698af078931a29e3a 100644 (file)
@@ -1,5 +1,4 @@
-/// $Id$\r
-
+/// $Id$
 /*
  * Copyright (c) 2004-2005 Crossbow Technology, Inc.  All rights reserved.
  *
@@ -67,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();