Navigation Menu

Skip to content

Commit

Permalink
gnrc_netif/lorawan: fix ENABLE_DEBUG definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Aug 12, 2021
1 parent b3d32fb commit e7a24fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/gnrc/netif/lorawan/gnrc_netif_lorawan.c
Expand Up @@ -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 */
Expand Down

0 comments on commit e7a24fe

Please sign in to comment.