gnrc_netif/lorawan: fix ENABLE_DEBUG definition

This commit is contained in:
Jan Romann 2021-08-12 17:27:11 +02:00
parent b3d32fbc28
commit e7a24fe136
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0

View File

@ -28,7 +28,7 @@
#include "net/gnrc/lorawan/region.h"
#include "net/gnrc/netreg.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
#define MSG_TYPE_MLME_BACKOFF_EXPIRE (0x3458) /**< Backoff timer expiration message type */