mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #4712 from authmillenon/auto_init/fix/debug-disable
auto_init: disable DEBUG
This commit is contained in:
commit
7dc6afe486
@ -19,7 +19,7 @@
|
||||
|
||||
#ifdef MODULE_NETDEV2_TAP
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
#include "netdev2_tap.h"
|
||||
|
Loading…
Reference in New Issue
Block a user