]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove spi debug that leaked from the spidebug branch.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 28 Apr 2009 18:59:00 +0000 (18:59 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:29 +0000 (20:01 -0700)
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
 }