]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/TinyosNetworkLayer.h
make TinyOS 6LOWPAN network ID available in the header
[tinyos-2.x.git] / tos / chips / rf2xx / layers / TinyosNetworkLayer.h
index 11693c7db0482a89ff3078140fc9158ea78043dc..5d29e5ec5e8b52b4e09d8357bfc2cad745be4f29 100644 (file)
 #ifndef __TINYOSNETWORKLAYER_H__
 #define __TINYOSNETWORKLAYER_H__
 
+#ifndef TINYOS_6LOWPAN_NETWORK_ID
+#define TINYOS_6LOWPAN_NETWORK_ID 0x3f
+#endif
+
 typedef nx_struct network_header_t
 {
        nxle_uint8_t network;