]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestLpl/TestLplAppC.nc
add eyesIFX platform
[tinyos-2.x.git] / 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