]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/HplMsp430UsciInt0P.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / msp430 / usci / HplMsp430UsciInt0P.nc
index 9e69649cd7701f039c4fa3e132a562e394d956bd..dff680fd7ddb43cda8720126fc0705772c64fbf4 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * HPL interrupt interface for the USCI0 peripheral.
- * 
+ *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 #include "Msp430Usci.h"
 #include "msp430hardware.h"
 
@@ -100,7 +100,7 @@ implementation
       signal IntB.i2cStop();
     }
   }
-  
+
   /* This interrupt vector signals transmit events.  USCI_A0 can receive events
    * for UART and SPI modes, while USCI_B0 can receive events for I2C and SPI
    * modes.