]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added support for mulle
authorr-studio <r-studio>
Thu, 22 Oct 2009 13:17:14 +0000 (13:17 +0000)
committerr-studio <r-studio>
Thu, 22 Oct 2009 13:17:14 +0000 (13:17 +0000)
apps/tests/TestLpl/TestLplAppC.nc

index cd67831745cedb535bf0589957abee99e5c16809..3aed652a5ad0fdd383727b5987fcc1c4f3380b75 100644 (file)
@@ -47,7 +47,7 @@ implementation {
   components CC1000CsmaRadioC as LplRadio;
 #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2)
   components CC2420ActiveMessageC as LplRadio;
-#elif defined(PLATFORM_IRIS)
+#elif defined(PLATFORM_IRIS) || defined(PLATFORM_MULLE)
   components RF230ActiveMessageC as LplRadio;
 #elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2)
   components LplC as LplRadio;