lowpan6.c: handle 6-byte MAC addresses on netif, too

This commit is contained in:
goldsimon
2018-02-28 22:46:55 +01:00
parent 2a5b66c9b1
commit 3a8af612b3
2 changed files with 30 additions and 11 deletions

View File

@@ -55,7 +55,7 @@
extern "C" {
#endif
/** 1 second period */
/** 1 second period for reassembly */
#define LOWPAN6_TMR_INTERVAL 1000
void lowpan6_tmr(void);