X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2FDelugePageTransfer.h;h=49ed1e99f46e0545c36bf0ee9286b671226b97a7;hb=3220edb793307d86724e6c7d4c8622a6eb047576;hp=1edc880a204476238537da55543c50017d9a0996;hpb=11c90104bc30d39dd70605809fd4a36f3f7bae6d;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/DelugePageTransfer.h b/tos/lib/net/Deluge/DelugePageTransfer.h index 1edc880a..49ed1e99 100644 --- a/tos/lib/net/Deluge/DelugePageTransfer.h +++ b/tos/lib/net/Deluge/DelugePageTransfer.h @@ -31,19 +31,23 @@ #ifndef DELUGEPAGETRANSFER_H #define DELUGEPAGETRANSFER_H -#if defined(PLATFORM_TELOSB) +#if defined(PLATFORM_TELOSB) || defined(PLATFORM_EPIC) #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" +#elif defined(PLATFORM_TINYNODE) + #include "extra/tinynode/TOSBoot_platform.h" #else #error "Target platform is not currently supported by Deluge T2" #endif #include -#define AM_DELUGEADVMSG 161 -#define AM_DELUGEREQMSG 162 -#define AM_DELUGEDATAMSG 163 +#define AM_DELUGEADVMSG 0x50 +#define AM_DELUGEREQMSG 0x51 +#define AM_DELUGEDATAMSG 0x52 typedef int32_t object_id_t; typedef nx_int32_t nx_object_id_t;