]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/extra/NetProgC.nc
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
[tinyos-2.x.git] / tos / lib / net / Deluge / extra / NetProgC.nc
index 255d2c9b7d72592f2db4f8892c78fee3a34d98f4..ccbbf2a9d8fdfb0c28ccc0a7bea07b2f6942d1b0 100644 (file)
@@ -54,4 +54,8 @@ implementation {
   
   components LedsC;
   NetProgM.Leds -> LedsC;
+  
+  components CC2420ControlP, ActiveMessageAddressC;
+  NetProgM.CC2420Config -> CC2420ControlP;
+  NetProgM.setAmAddress -> ActiveMessageAddressC;
 }