X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2Fextra%2FNetProgC.nc;h=462ff7da4883f412557da2857805b3ff19a52304;hb=62b84950912c1c033c401fb0b2a1efaceec78280;hp=8a4c6c1288ca9113a4b2ea5c8cc9ecd183d3be02;hpb=a887d42035d66e33374c484606bbb11cafec6c31;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/extra/NetProgC.nc b/tos/lib/net/Deluge/extra/NetProgC.nc index 8a4c6c12..462ff7da 100644 --- a/tos/lib/net/Deluge/extra/NetProgC.nc +++ b/tos/lib/net/Deluge/extra/NetProgC.nc @@ -40,14 +40,16 @@ configuration NetProgC { implementation { - components MainC, InternalFlashC as IFlash, CrcP, NetProgM; + components MainC, InternalFlashC as IFlash, CrcP; + components NetProgM, ReprogramGuardC; NetProg = NetProgM; MainC.SoftwareInit -> NetProgM.Init; NetProgM.IFlash -> IFlash; NetProgM.Crc -> CrcP; - + NetProgM.ReprogramGuard -> ReprogramGuardC; + components LedsC; NetProgM.Leds -> LedsC;