]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc
baudrates revisited
[tinyos-2.x.git] / tos / platforms / eyesIFX / byte_radio / Uart4b6bPhyC.nc
index fe2fb3beba885a130f10e9466747b26b0055a7d2..4e794f3e323a44e2864c84f1897c36668c3946a5 100644 (file)
@@ -64,4 +64,10 @@ implementation
     UartPhyControl = Uart4b6bPhyP;
     
     Uart4b6bPhyP.RxByteTimer -> RxByteTimer;
+    
+#ifdef UART_DEBUG
+    components new SerialDebugC() as SD;
+    Uart4b6bPhyP.SerialDebug -> SD;
+#endif
+
 }