1
0
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:
Alexandre Abadie 2021-01-08 11:54:01 +01:00
parent b13598cdc4
commit e89ba86244
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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) */