X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2Fbyte_radio%2FUart4b6bPhyC.nc;h=4e794f3e323a44e2864c84f1897c36668c3946a5;hb=83aea03cb5781e0594fa6586d644f5cb90c3073d;hp=fe2fb3beba885a130f10e9466747b26b0055a7d2;hpb=e56fa3afe3b0557d2f71bea2d84d5e35069a8f1b;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc b/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc index fe2fb3be..4e794f3e 100644 --- a/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc +++ b/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyC.nc @@ -64,4 +64,10 @@ implementation UartPhyControl = Uart4b6bPhyP; Uart4b6bPhyP.RxByteTimer -> RxByteTimer; + +#ifdef UART_DEBUG + components new SerialDebugC() as SD; + Uart4b6bPhyP.SerialDebug -> SD; +#endif + }