From f9eabb5d693aae6581f7dc02ca39efe651a50980 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 11 Jan 2018 21:05:12 +0100 Subject: [PATCH] sys/net/loramac: rename default device class define --- sys/include/net/loramac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/loramac.h b/sys/include/net/loramac.h index 31b2cbcfbac2..c850d33dd1ea 100644 --- a/sys/include/net/loramac.h +++ b/sys/include/net/loramac.h @@ -104,8 +104,8 @@ extern "C" { /** * @brief Default device class (A, B or C) */ -#ifndef LORAMAC_DEVICE_CLASS -#define LORAMAC_DEVICE_CLASS (LORAMAC_CLASS_A) +#ifndef LORAMAC_DEFAULT_DEVICE_CLASS +#define LORAMAC_DEFAULT_DEVICE_CLASS (LORAMAC_CLASS_A) #endif /**