Merge pull request #1609 from simonduq/pr/net-debug

Added net-debug.[ch] to provide debug functions even in the non-IP case
This commit is contained in:
Antonio Lignan 2016-06-01 23:52:34 +02:00
commit 34af72c047
15 changed files with 166 additions and 73 deletions

View file

@ -59,7 +59,7 @@
#else /* TSCH_LOG_LEVEL */
#define DEBUG DEBUG_NONE
#endif /* TSCH_LOG_LEVEL */
#include "net/ip/uip-debug.h"
#include "net/net-debug.h"
/* TSCH debug macros, i.e. to set LEDs or GPIOs on various TSCH
* timeslot events */