mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/at86rf215: fix ENABLE_DEBUG definition
This commit is contained in:
parent
b13598cdc4
commit
e89ba86244
@ -20,7 +20,7 @@
|
||||
#include "at86rf215.h"
|
||||
#include "at86rf215_internal.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
/* symbol time is always 20 µs for MR-FSK (table 0, pg. 7) */
|
||||
|
Loading…
Reference in New Issue
Block a user