]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc
switch to metric MHz for SMCLK, adjust constants, include SmclkManager
[tinyos-2.x.git] / tos / platforms / eyesIFX / byte_radio / Uart4b6bPhyC.nc
index 364bb494f44dde200dff9e6ba0bc94c190a1162c..fe2fb3beba885a130f10e9466747b26b0055a7d2 100644 (file)
@@ -54,7 +54,6 @@ implementation
     components 
         new Alarm32khz16C() as RxByteTimer,
         Uart4b6bPhyP,
-        // PlatformLedsC,
         MainC;
     
     MainC.SoftwareInit -> Uart4b6bPhyP;
@@ -65,6 +64,4 @@ implementation
     UartPhyControl = Uart4b6bPhyP;
     
     Uart4b6bPhyP.RxByteTimer -> RxByteTimer;
-//    PlatformLedsC.Led3 <- Uart4b6bPhyP.Led3;
-//     PlatformLedsC.Led1 <- Uart4b6bPhyP.Led1;
 }