]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Restored warnings (and replaced tabs by spaces in Msp430Adc12ImplP.nc)
authorjanhauer <janhauer>
Fri, 20 Jun 2008 15:50:34 +0000 (15:50 +0000)
committerjanhauer <janhauer>
Fri, 20 Jun 2008 15:50:34 +0000 (15:50 +0000)
tos/chips/cc2420/lpl/DummyLplC.nc
tos/chips/msp430/adc12/Msp430Adc12ImplP.nc

index fa6ec0011dbcde75f30ddd86f3772cd662639e63..3d9683bd14945c8324d783a32abfc44fe7257a96 100644 (file)
@@ -36,7 +36,7 @@
  * @author David Moss
  */
 
-//#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
+#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
 
 configuration DummyLplC {
   provides {
index a7e85a665224cb70fffe7c827dc27c1ef259a059..65ef88e0781d50ff25a934a8a6425a9d82b9e903 100644 (file)
@@ -42,10 +42,10 @@ module Msp430Adc12ImplP
     interface Msp430Adc12MultiChannel as MultiChannel[uint8_t id];
     interface Msp430Adc12Overflow as Overflow[uint8_t id];
     interface AsyncStdControl as DMAExtension[uint8_t id];
-       }
-       uses {
+  }
+  uses {
     interface ArbiterInfo as ADCArbiterInfo;
-         interface HplAdc12;
+    interface HplAdc12;
     interface Msp430Timer as TimerA;;
     interface Msp430TimerControl as ControlA0;
     interface Msp430TimerControl as ControlA1;
@@ -59,11 +59,11 @@ module Msp430Adc12ImplP
     interface HplMsp430GeneralIO as Port65;
     interface HplMsp430GeneralIO as Port66;
     interface HplMsp430GeneralIO as Port67;
-       }
+  }
 }
 implementation
 { 
-//#warning Accessing TimerA for ADC12 
+#warning Accessing TimerA for ADC12 
   enum {
     SINGLE_DATA = 1,
     SINGLE_DATA_REPEAT = 2,