X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fatm1281%2Ftimer%2FHplAtm1281Timer1P.nc;h=0c6e563e55e2a9d76a4c34f8fd853cd5fd577862;hb=refs%2Fheads%2Fupstream;hp=efc4868dc0d7c8d9b341da96255f442e1c8b30c2;hpb=df40475779a0af6c3abf71abb81846c019c0ce12;p=tinyos-2.x.git diff --git a/tos/chips/atm1281/timer/HplAtm1281Timer1P.nc b/tos/chips/atm1281/timer/HplAtm1281Timer1P.nc index efc4868d..0c6e563e 100644 --- a/tos/chips/atm1281/timer/HplAtm1281Timer1P.nc +++ b/tos/chips/atm1281/timer/HplAtm1281Timer1P.nc @@ -216,7 +216,7 @@ implementation } default async event void Capture.captured(uint16_t time) { } AVR_NONATOMIC_HANDLER(SIG_INPUT_CAPTURE1) { - signal Capture.captured(call Timer.get()); + signal Capture.captured(call Capture.get()); } default async event void Timer.overflow() { } AVR_NONATOMIC_HANDLER(SIG_OVERFLOW1) {