]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove incorrect comment from Msp430SpiP.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Wed, 6 May 2009 14:57:46 +0000 (14:57 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:31 +0000 (20:01 -0700)
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;