]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/scp1000/Scp1000C.nc
Reorganize scp1000 driver code.
[tinyos-2.x.git] / tos / chips / scp1000 / Scp1000C.nc
index 1744de4ab43cd1bbb6aeac326d96f9b018ff92cc..d84a665179d67036197f3f29c3892e9c7bd6d4be 100644 (file)
@@ -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;