X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2Fextra%2Firis%2FNetProgC.nc;h=7a508e11ea5d0dc671f17ba12102219b70324cdb;hp=1d785b43ca91bf275aff877239d425bc8f175508;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/net/Deluge/extra/iris/NetProgC.nc b/tos/lib/net/Deluge/extra/iris/NetProgC.nc index 1d785b43..7a508e11 100644 --- a/tos/lib/net/Deluge/extra/iris/NetProgC.nc +++ b/tos/lib/net/Deluge/extra/iris/NetProgC.nc @@ -40,13 +40,13 @@ configuration NetProgC { implementation { - components MainC, InternalFlashC as IFlash, CrcP, NetProgM; + components MainC, InternalFlashC as IFlash, CrcC, NetProgM; NetProg = NetProgM; MainC.SoftwareInit -> NetProgM.Init; NetProgM.IFlash -> IFlash; - NetProgM.Crc -> CrcP; + NetProgM.Crc -> CrcC; components LedsC; NetProgM.Leds -> LedsC;