X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2Fextra%2FNetProgC.nc;h=36fabc7d00dd05b94c65462e9649c0b8985143ab;hb=c487971c353024c9f0a9e6f8ee529e5616557722;hp=9857964a1b9afd1e05868e9b746b66f99c7fcef4;hpb=3f6c140172de6a45b12758ebbba26dba41068628;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/extra/NetProgC.nc b/tos/lib/net/Deluge/extra/NetProgC.nc index 9857964a..36fabc7d 100644 --- a/tos/lib/net/Deluge/extra/NetProgC.nc +++ b/tos/lib/net/Deluge/extra/NetProgC.nc @@ -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;