]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430SpiP.nc
Remove incorrect comment from Msp430SpiP.
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430SpiP.nc
index dad8e824bd420bf37f8f2c511e83ae57d603714a..e44a0454620fbb4e518697fd5ebb1c7c2bf93457 100644 (file)
@@ -206,11 +206,6 @@ implementation {
 
   void sendData()
   {
-    /* We don't need to check Registers.getIfgTx() (aks UCxxTXIFG), as
-     * sendData() is only called after peripheral init or receipt of the rx()
-     * interrupt.  SPI on msp430 guarantees UCxxTXIFG is asserted in both of
-     * these cases.
-     */
     atomic {
       uint16_t end = m_pos + (blockSize ? blockSize : BLOCKSIZE_DEFAULT);
       uint8_t tmp;