X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fpins%2FHplMsp430InterruptC.nc;fp=tos%2Fchips%2Fmsp430%2Fpins%2FHplMsp430InterruptC.nc;h=50ec746aebead97ed44903f6a3c5672fb79e0fe2;hb=16188bae3116336995dd219b272b27df9c255411;hp=3cb8163e067291d5f81823fd77cfd44f8b63c822;hpb=58f043adfb4e8a321a9f93f4262122183fa92245;p=tinyos-2.x.git diff --git a/tos/chips/msp430/pins/HplMsp430InterruptC.nc b/tos/chips/msp430/pins/HplMsp430InterruptC.nc index 3cb8163e..50ec746a 100644 --- a/tos/chips/msp430/pins/HplMsp430InterruptC.nc +++ b/tos/chips/msp430/pins/HplMsp430InterruptC.nc @@ -51,7 +51,6 @@ configuration HplMsp430InterruptC implementation { components HplMsp430InterruptP as HplInterruptP; - components HplMsp430InterruptSigP; #ifdef __msp430_have_port1 Port10 = HplInterruptP.Port10; Port11 = HplInterruptP.Port11; @@ -61,7 +60,6 @@ implementation Port15 = HplInterruptP.Port15; Port16 = HplInterruptP.Port16; Port17 = HplInterruptP.Port17; - HplInterruptP.SIGNAL_PORT1_VECTOR -> HplMsp430InterruptSigP.SIGNAL_PORT1_VECTOR; #endif #ifdef __msp430_have_port2 Port20 = HplInterruptP.Port20; @@ -72,6 +70,5 @@ implementation Port25 = HplInterruptP.Port25; Port26 = HplInterruptP.Port26; Port27 = HplInterruptP.Port27; - HplInterruptP.SIGNAL_PORT2_VECTOR -> HplMsp430InterruptSigP.SIGNAL_PORT2_VECTOR; #endif }