X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430UartP.nc;h=4821f7b67a9b910c5398b2a1a1b4a8d28805cfe2;hb=a04046a3331f1baba1e6a568613fec5db58bbe7b;hp=605c426960f5d926d10670ec8582a70dc76383f6;hpb=1b8f5fc97abea633522d9df2487bc8af5f02c139;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430UartP.nc b/tos/chips/msp430/usci/Msp430UartP.nc index 605c4269..4821f7b6 100644 --- a/tos/chips/msp430/usci/Msp430UartP.nc +++ b/tos/chips/msp430/usci/Msp430UartP.nc @@ -289,7 +289,7 @@ implementation { async event void Interrupts.i2cStop() {} async event void Interrupts.i2cCal() {} async event void Interrupts.brk() {} - async event void Interrupts.i2cNak() {} + async event void Interrupts.i2cNack() {} async event void Counter.overflow() {} default async event void UartStream.sendDone( uint8_t* buf, uint16_t len,