X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fatm1281%2Ftimer%2FHplAtm1281Timer3P.nc;fp=tos%2Fchips%2Fatm1281%2Ftimer%2FHplAtm1281Timer3P.nc;h=e545f5569de563cded9be246a6b57430d5b281f0;hb=25d713fbe8024ee25f69fcb9de610e7921fac988;hp=e0612fefc2db62dd23b0d7aadf6c70a9368bc7b8;hpb=df40475779a0af6c3abf71abb81846c019c0ce12;p=tinyos-2.x.git diff --git a/tos/chips/atm1281/timer/HplAtm1281Timer3P.nc b/tos/chips/atm1281/timer/HplAtm1281Timer3P.nc index e0612fef..e545f556 100644 --- a/tos/chips/atm1281/timer/HplAtm1281Timer3P.nc +++ b/tos/chips/atm1281/timer/HplAtm1281Timer3P.nc @@ -216,7 +216,7 @@ implementation } default async event void Capture.captured(uint16_t time) { } AVR_NONATOMIC_HANDLER(SIG_INPUT_CAPTURE3) { - signal Capture.captured(call Timer.get()); + signal Capture.captured(call Capture.get()); } default async event void Timer.overflow() { } AVR_NONATOMIC_HANDLER(SIG_OVERFLOW3) {