]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430SpiB0C.nc
Remove spi debug that leaked from the spidebug branch.
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430SpiB0C.nc
index 7805c71cbef473b8170b6cf93f075c78b66e9910..6684b79d574d88b568d1e3aa8c9ba7e5c8b2a07d 100644 (file)
@@ -91,9 +91,4 @@ implementation {
   SpiP.SIMO -> IOC.UCB0SIMO;
   SpiP.SOMI -> IOC.UCB0SOMI;
   SpiP.CLK -> IOC.UCB0CLK;
-
-#ifdef SPI_DEBUG
-  components PlatformSerialC;
-  SpiP.UartByte -> PlatformSerialC;
-#endif
 }