X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fscp1000%2FScp1000C.nc;h=d84a665179d67036197f3f29c3892e9c7bd6d4be;hb=c3bff1b29571c9e343baf24ec12b4b426ec30df9;hp=1744de4ab43cd1bbb6aeac326d96f9b018ff92cc;hpb=4f0def622af5baa14e297eac8f3fb695b0a25bb7;p=tinyos-2.x.git diff --git a/tos/chips/scp1000/Scp1000C.nc b/tos/chips/scp1000/Scp1000C.nc index 1744de4a..d84a6651 100644 --- a/tos/chips/scp1000/Scp1000C.nc +++ b/tos/chips/scp1000/Scp1000C.nc @@ -44,9 +44,6 @@ implementation { components new Scp1000P(); ReadRef = Scp1000P; - components MainC; - MainC.SoftwareInit -> Scp1000P; - components Scp1000PinsC; Scp1000P.CSn -> Scp1000PinsC.CSn; Scp1000P.PD -> Scp1000PinsC.PD;