1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/nrf24l01p_ng: fix ENABLE_DEBUG definitions

This commit is contained in:
Jan Romann 2021-08-12 17:21:25 +02:00
parent 170af29917
commit 441afca9fe
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0
6 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
*/
#include <assert.h>
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#include "net/gnrc.h"

View File

@ -19,7 +19,7 @@
#include <errno.h>
#include <string.h>
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#include "kernel_defines.h"

View File

@ -24,7 +24,7 @@
#include "nrf24l01p_ng_constants.h"
#include "nrf24l01p_ng_communication.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#define SPI_BUS (dev->params.spi)

View File

@ -20,7 +20,7 @@
#include <string.h>
#include <assert.h>
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#include "kernel_defines.h"

View File

@ -19,7 +19,7 @@
#include <assert.h>
#include <string.h>
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#include "xtimer.h"

View File

@ -24,7 +24,7 @@
#include "log.h"
#include "msg.h"
#include "net/gnrc/netif/conf.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#ifndef NRF24L01P_NG_EXTRA_STACKSIZE