From afb97571abb58f100622185092495d958e2fb39f Mon Sep 17 00:00:00 2001 From: smckown Date: Tue, 28 Apr 2009 18:59:00 +0000 Subject: [PATCH] Remove spi debug that leaked from the spidebug branch. --- tos/chips/msp430/usci/Msp430SpiB0C.nc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tos/chips/msp430/usci/Msp430SpiB0C.nc b/tos/chips/msp430/usci/Msp430SpiB0C.nc index 7805c71c..6684b79d 100644 --- a/tos/chips/msp430/usci/Msp430SpiB0C.nc +++ b/tos/chips/msp430/usci/Msp430SpiB0C.nc @@ -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 } -- 2.39.2