X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fatm128%2Ftimer%2FHplAtm128Timer1P.nc;h=f8070cf94d4145aee89deb0c02c357b730fbeb4d;hb=25d713fbe8024ee25f69fcb9de610e7921fac988;hp=6dfcff00ece460335802818820fb75575a5eef5a;hpb=df40475779a0af6c3abf71abb81846c019c0ce12;p=tinyos-2.x.git diff --git a/tos/chips/atm128/timer/HplAtm128Timer1P.nc b/tos/chips/atm128/timer/HplAtm128Timer1P.nc index 6dfcff00..f8070cf9 100644 --- a/tos/chips/atm128/timer/HplAtm128Timer1P.nc +++ b/tos/chips/atm128/timer/HplAtm128Timer1P.nc @@ -205,7 +205,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) {