1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

drivers/ng_at86rf2xx: disable debug

This commit is contained in:
haukepetersen 2015-04-29 14:20:30 +02:00
parent 3d4e98eb1d
commit 6b7b241726

View File

@ -24,7 +24,7 @@
#include "ng_at86rf2xx_registers.h"
#include "periph/spi.h"
#define ENABLE_DEBUG (1)
#define ENABLE_DEBUG (0)
#include "debug.h"