]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/SpeckMacDC.nc
increase link speed, keep intermediate state in case I have to backtrack
[tinyos-2.x.git] / tos / chips / tda5250 / mac / SpeckMacDC.nc
index b58dc71c42ba19381a76848ad642db55d883e8de..590e59fc899ccfcd28df20139b9bd96d791ab7f2 100644 (file)
@@ -47,6 +47,9 @@ configuration SpeckMacDC {
     interface Packet;
     interface Sleeptime;
     interface ChannelCongestion;
+#ifdef MAC_EVAL
+    interface MacEval;
+#endif
   }
   uses {
     interface PhySend as PacketSend;
@@ -111,6 +114,11 @@ implementation {
     SpeckMacDP.Led2 -> PlatformLedsC.Led2;
     SpeckMacDP.Led3 -> PlatformLedsC.Led3;
 */
+
+#ifdef MAC_EVAL
+    MacEval = SpeckMacDP;
+#endif
+
 #ifdef SPECKMAC_DEBUG
     components new SerialDebugC() as SD;
     SpeckMacDP.SerialDebug -> SD;