X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FHplMsp430UsciInt.nc;h=b5cb0c85209b4cb125022f04ddbdeeaa978d4ac9;hp=6b73960ec708c493a9524f13aa27f9e9782401de;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/chips/msp430/usci/HplMsp430UsciInt.nc b/tos/chips/msp430/usci/HplMsp430UsciInt.nc index 6b73960e..b5cb0c85 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciInt.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciInt.nc @@ -26,17 +26,17 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + /** * Interrupt interface for USCI peripherals. Although A and B devices have * different interrupt sets since B only support I2C, we use a single set for * both so that upper layers need not deal with the different sets. This is * critical in the case of SPI communications, which is supported by both A * and B devices. - * + * * @author R. Steve McKown */ - + #include "Msp430Usci.h" interface HplMsp430UsciInt {