X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Flib6lowpan%2F6lowpan.h;h=636c341d9a20e819fcde934ff8efeaec11a0340b;hb=cd239b7b74dd2e5bbd538531e92e445e20058f76;hp=c93d6cf39d6b8669e5ad342ee2046f599d58b152;hpb=622893623b38edfd9e183f4d31a48ba742ae0d22;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/lib6lowpan/6lowpan.h b/support/sdk/c/blip/lib6lowpan/6lowpan.h index c93d6cf3..636c341d 100644 --- a/support/sdk/c/blip/lib6lowpan/6lowpan.h +++ b/support/sdk/c/blip/lib6lowpan/6lowpan.h @@ -32,6 +32,8 @@ #define __6LOWPAN_H__ #include + +#include "blip-platform.h" /* * Typedefs and static library data. */ @@ -185,16 +187,4 @@ struct topology_header_package { struct topology_entry topo[0]; }; -enum { - IP_NUMBER_FRAGMENTS = 12, -}; - -#ifndef BLIP_L2_RETRIES -#define BLIP_L2_RETRIES 5 -#endif - -#ifndef BLIP_L2_DELAY -#define BLIP_L2_DELAY 15 -#endif - #endif