X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FHplMsp430UsciInt0P.nc;h=dff680fd7ddb43cda8720126fc0705772c64fbf4;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=9e69649cd7701f039c4fa3e132a562e394d956bd;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/HplMsp430UsciInt0P.nc b/tos/chips/msp430/usci/HplMsp430UsciInt0P.nc index 9e69649c..dff680fd 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciInt0P.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciInt0P.nc @@ -26,13 +26,13 @@ * (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 */ - + #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.