X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fbyte_radio%2FLinkLayerC.nc;h=0bed31379ee4e26788aecefe3f323e89e4d95ab6;hb=4c72ab7118395fe791aef9aafe29d501a94f6967;hp=02dd768257b0a7669e12b449ce6192788fb61698;hpb=a06d8962cacb303b05074f2c45fda451ecb42a67;p=tinyos-2.x.git diff --git a/tos/lib/byte_radio/LinkLayerC.nc b/tos/lib/byte_radio/LinkLayerC.nc index 02dd7682..0bed3137 100644 --- a/tos/lib/byte_radio/LinkLayerC.nc +++ b/tos/lib/byte_radio/LinkLayerC.nc @@ -53,7 +53,6 @@ implementation { components LinkLayerP as Llc, MainC; - MainC.SoftwareInit -> Llc; SplitControl = Llc; MacSplitControl = Llc.MacSplitControl;