]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Use the byte passed into Interrupt.rx() rather calling into hw again.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Sat, 25 Apr 2009 03:03:24 +0000 (03:03 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:28 +0000 (20:01 -0700)
tos/chips/msp430/usci/Msp430SpiB0C.nc

index 6684b79d574d88b568d1e3aa8c9ba7e5c8b2a07d..7805c71cbef473b8170b6cf93f075c78b66e9910 100644 (file)
@@ -91,4 +91,9 @@ implementation {
   SpiP.SIMO -> IOC.UCB0SIMO;
   SpiP.SOMI -> IOC.UCB0SOMI;
   SpiP.CLK -> IOC.UCB0CLK;
+
+#ifdef SPI_DEBUG
+  components PlatformSerialC;
+  SpiP.UartByte -> PlatformSerialC;
+#endif
 }