]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/m16c62p/uart/HplM16c62pUartC.nc
Added TosThreads support for Mulle.
[tinyos-2.x.git] / tos / chips / m16c62p / uart / HplM16c62pUartC.nc
index c549e11fd530c4d358de4a5dc24a20d616af975c..301d82c8d0cca80027c697c328baf29fc9d25d3b 100755 (executable)
@@ -142,4 +142,9 @@ implementation
   HplUart2P.Irq -> Irqs.Uart2;
   HplUart2P.StopModeControl -> Uart2StopModeControl;
   
+  
+#ifdef THREADS
+  components PlatformInterruptC;
+    Irqs.PlatformInterrupt -> PlatformInterruptC;
+#endif
 }