]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/timer/HplAtm128Timer3P.nc
fixed capture time
[tinyos-2.x.git] / tos / chips / atm128 / timer / HplAtm128Timer3P.nc
index 77edfdd70e81d29599375668ab6fc3a7ef13bf7a..d3f9fe7060536a3a2dea9d85a7524d939737d7a0 100644 (file)
@@ -199,7 +199,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) {