]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/IPDispatchC.nc
define and use RADIO_SEND_RESOURCE
[tinyos-2.x.git] / tos / lib / net / blip / IPDispatchC.nc
index ec7efc06ad693f3de34a598437d42b3074fd017f..6abcc5af2996408dea2dbf1118c6a550ceb90aeb 100644 (file)
@@ -55,7 +55,7 @@ configuration IPDispatchC {
 #else
   components ResourceSendP;
   ResourceSendP.SubSend -> MessageC;
-  ResourceSendP.Resource -> MessageC.SendResource[unique("RADIO_SEND_RESOURCE")];
+  ResourceSendP.Resource -> MessageC.SendResource[unique(RADIO_SEND_RESOURCE)];
   IPDispatchP.Ieee154Send -> ResourceSendP.Ieee154Send;
 #endif