1
0
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:
Peter Kietzmann 2016-01-29 09:29:21 +01:00
commit 7dc6afe486

View File

@ -19,7 +19,7 @@
#ifdef MODULE_NETDEV2_TAP
#define ENABLE_DEBUG (1)
#define ENABLE_DEBUG (0)
#include "debug.h"
#include "netdev2_tap.h"