]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/NetProgC.nc
added support for mulle in net programing
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / NetProgC.nc
index 462ff7da4883f412557da2857805b3ff19a52304..9857964a1b9afd1e05868e9b746b66f99c7fcef4 100644 (file)
@@ -53,7 +53,11 @@ implementation {
   components LedsC;
   NetProgM.Leds -> LedsC;
   
-  components CC2420ControlP, ActiveMessageAddressC;
-  NetProgM.CC2420Config -> CC2420ControlP;
+  components ActiveMessageAddressC;
   NetProgM.setAmAddress -> ActiveMessageAddressC;
+
+#if !defined(PLATFORM_MULLE)
+  components CC2420ControlP;
+  NetProgM.CC2420Config -> CC2420ControlP;
+#endif
 }