]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm1281/timer/HplAtm1281Timer3P.nc
fixed capture time
[tinyos-2.x.git] / tos / chips / atm1281 / timer / HplAtm1281Timer3P.nc
index e0612fefc2db62dd23b0d7aadf6c70a9368bc7b8..e545f5569de563cded9be246a6b57430d5b281f0 100644 (file)
@@ -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) {