]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/Tda5250RadioC.nc
There was a missing #ifdef guard in Tda5250RadioP.nc, reverting back to pre-LNDW...
[tinyos-2.x.git] / tos / chips / tda5250 / Tda5250RadioC.nc
index fafba5bc89f8007a248221471f3e7f143924022f..0989c774a44e78abef46478fd7b375a35add3dea 100644 (file)
@@ -47,9 +47,6 @@ configuration Tda5250RadioC {
     interface ResourceRequested;
     interface RadioByteComm;
     interface ClkDiv;
-#ifdef LNDW
-    interface RfPower;
-#endif
   }
 }
 implementation {
@@ -68,9 +65,7 @@ implementation {
   RadioByteComm = Tda5250RadioP;
   SplitControl = Tda5250RadioP;
   ClkDiv = Tda5250RadioP;
-#ifdef LNDW
-  RfPower = Tda5250RadioP;
-#endif
+
   Tda5250RadioP.DelayTimer -> DelayTimer;
   
   Tda5250RadioP.ConfigResource -> HplTda5250ConfigC;