X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc2420%2FCC2420.h;h=91138798702f948c122b7e650d5852b4b2bc3ae8;hb=5683b66613c4182b6ec6a8e869bfa711c1f8b224;hp=a350b5b60aafda7039419db1efe49790ab9abffa;hpb=768eb991451d242de5ef2b49f15cfd23a23d7d2e;p=tinyos-2.x.git diff --git a/tos/chips/cc2420/CC2420.h b/tos/chips/cc2420/CC2420.h index a350b5b6..91138798 100644 --- a/tos/chips/cc2420/CC2420.h +++ b/tos/chips/cc2420/CC2420.h @@ -183,17 +183,6 @@ typedef nx_struct cc2420_packet_t { #define TINYOS_6LOWPAN_NETWORK_ID 0x3f #endif -/** - * The LPL defaults to stay-on. - */ -#ifndef LPL_DEF_LOCAL_WAKEUP -#define LPL_DEF_LOCAL_WAKEUP 0 -#endif - -#ifndef LPL_DEF_REMOTE_WAKEUP -#define LPL_DEF_REMOTE_WAKEUP 0 -#endif - enum { // size of the header not including the length byte MAC_HEADER_SIZE = sizeof( cc2420_header_t ) - 1,