]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added support for mulle in deluge page transfer
authorr-studio <r-studio>
Mon, 7 Sep 2009 14:00:41 +0000 (14:00 +0000)
committerr-studio <r-studio>
Mon, 7 Sep 2009 14:00:41 +0000 (14:00 +0000)
tos/lib/net/Deluge/DelugePageTransfer.h

index f3d6c652a74f3b89eb0b4f92a6182ffca63e8aa7..8dc671a6708dd8cc392491734e79fee1be85d55c 100644 (file)
@@ -35,6 +35,8 @@
   #include "extra/telosb/TOSBoot_platform.h"
 #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)
   #include "extra/micaz/TOSBoot_platform.h"
+#elif defined(PLATFORM_MULLE)
+  #include "extra/mulle/TOSBoot_platform.h"
 #else
   #error "Target platform is not currently supported by Deluge T2"
 #endif