]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/timer/HplAtm128Timer1P.nc
fixed capture time
[tinyos-2.x.git] / tos / chips / atm128 / timer / HplAtm128Timer1P.nc
index 6dfcff00ece460335802818820fb75575a5eef5a..f8070cf94d4145aee89deb0c02c357b730fbeb4d 100644 (file)
@@ -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) {