]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
add eyesIFX platform
authorandreaskoepke <andreaskoepke>
Wed, 23 Jul 2008 08:08:10 +0000 (08:08 +0000)
committerandreaskoepke <andreaskoepke>
Wed, 23 Jul 2008 08:08:10 +0000 (08:08 +0000)
apps/tests/TestLpl/TestLplAppC.nc

index 5c3e29b9d292a347b291ec57e11b1e1ea89d2da4..46724370dcf9fee1e449838c088b9352060f78dd 100644 (file)
@@ -49,6 +49,8 @@ implementation {
   components CC2420ActiveMessageC as LplRadio;
 #elif defined(PLATFORM_IRIS)
   components RF230ActiveMessageC as LplRadio;
+#elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2)
+  components LplC as LplRadio;
 #else
 #error "LPL testing not supported on this platform"
 #endif