]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/BaseStationC.nc
Added support for BLIP on Mulle.
[tinyos-2.x.git] / apps / IPBaseStation / BaseStationC.nc
index cbb067a965e02493a7a21ad4196489382de4b7fb..8c801a3adee18738d98d876104256193f1fde421 100644 (file)
@@ -133,7 +133,7 @@ implementation {
   components IPAddressC;
   BaseStationP.IPAddress -> IPAddressC;
 
-#ifdef PLATFORM_IRIS
+#if defined(PLATFORM_IRIS) || defined(PLATFORM_MULLE)
   BaseStationP.RadioChannel -> Radio;
 #else
   components CC2420ControlC;