]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/NetProgC.nc
Remove a redundant component. This issue was reported by Roman Lim.
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / NetProgC.nc
index 9857964a1b9afd1e05868e9b746b66f99c7fcef4..36fabc7d00dd05b94c65462e9649c0b8985143ab 100644 (file)
@@ -40,14 +40,14 @@ configuration NetProgC {
 
 implementation {
 
-  components MainC, InternalFlashC as IFlash, CrcP;
+  components MainC, InternalFlashC as IFlash, CrcC;
   components NetProgM, ReprogramGuardC;
 
   NetProg = NetProgM;
 
   MainC.SoftwareInit -> NetProgM.Init;
   NetProgM.IFlash -> IFlash;
-  NetProgM.Crc -> CrcP;
+  NetProgM.Crc -> CrcC;
   NetProgM.ReprogramGuard -> ReprogramGuardC;
 
   components LedsC;