]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/m16c62p/timer/HplM16c62pTimerC.nc
Added TosThreads support for Mulle.
[tinyos-2.x.git] / tos / chips / m16c62p / timer / HplM16c62pTimerC.nc
index d7f07daa6323679a62177a0ba1115e37622f99b1..bfc9e2f695cf186be684496f467f746479a6c460 100755 (executable)
@@ -165,4 +165,9 @@ implementation
   TimerB3Ctrl = TimerB3Ctrl_;
   TimerB4Ctrl = TimerB4Ctrl_;
   TimerB5Ctrl = TimerB5Ctrl_;
+
+#ifdef THREADS
+  components PlatformInterruptC;
+    IrqVector.PlatformInterrupt -> PlatformInterruptC;
+#endif
 }