X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FHplMsp430UsciInt.nc;h=6b73960ec708c493a9524f13aa27f9e9782401de;hb=9b58ecb229fe2466638908e2e3c28f66f0439116;hp=19e1e6df91305747414b51b30543b5acae598262;hpb=eaf09b7f1f9b7501d842707cc3d290cdd8d3bb98;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/HplMsp430UsciInt.nc b/tos/chips/msp430/usci/HplMsp430UsciInt.nc index 19e1e6df..6b73960e 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciInt.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciInt.nc @@ -37,7 +37,7 @@ * @author R. Steve McKown */ -#include "msp430usci.h" +#include "Msp430Usci.h" interface HplMsp430UsciInt { /** @@ -51,9 +51,9 @@ interface HplMsp430UsciInt { * Signals a character received for any USCI mode. The provider must reset * UCxIFG.UCxxRXIFG before signalling the event to the user. * - * @params c The character received. + * @params byte The character received. */ - async event void rx(char c); + async event void rx(uint8_t byte); /** * Signals that the device's transmit buffer is empty and can accept