1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

[sys/net/sixlowpan/sixlowip.h]

* added DEBUGLINE macro
This commit is contained in:
mlenders 2011-07-09 18:52:52 +02:00
parent 33a04d61fe
commit 265d371763

View File

@ -21,6 +21,7 @@
#define MULTIHOP_HOPLIMIT 64
#define IP_PKT_RECV_BUF_SIZE 64
#define DEBUGLINE printf("%s:%d\n",__FILE__,__LINE__)
/* extern variables */
extern uint8_t ipv6_ext_hdr_len;