X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fm16c62p%2Fpins%2FHplM16c62pInterruptC.nc;h=a8b4de7c00618439fb22b7b6a3d3472a5069cd93;hb=e752ee8721ff939905f88168ad62dbbceef179c0;hp=8c82ca2c0bc9ac12f6fe0a67c838476ba4cb454a;hpb=72479bee82e20ce5ca45acf52a3e821f25614348;p=tinyos-2.x.git diff --git a/tos/chips/m16c62p/pins/HplM16c62pInterruptC.nc b/tos/chips/m16c62p/pins/HplM16c62pInterruptC.nc index 8c82ca2c..a8b4de7c 100755 --- a/tos/chips/m16c62p/pins/HplM16c62pInterruptC.nc +++ b/tos/chips/m16c62p/pins/HplM16c62pInterruptC.nc @@ -100,5 +100,9 @@ implementation IntPin3.IrqSignal -> IrqVector.IntSig3; IntPin4.IrqSignal -> IrqVector.IntSig4; IntPin5.IrqSignal -> IrqVector.IntSig5; +#ifdef THREADS + components PlatformInterruptC; + IrqVector.PlatformInterrupt -> PlatformInterruptC; +#endif }