From 4dbbd9311d1b0082e812fbdd8e90907bc3bfdcbe Mon Sep 17 00:00:00 2001 From: Akshai M Date: Fri, 11 Sep 2020 02:07:49 +0530 Subject: [PATCH] net/lora : Remove unused macro 'LORA_FIX_LENGTH_PAYLOAD_ON_DEFAULT' --- sys/include/net/lora.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/include/net/lora.h b/sys/include/net/lora.h index d1ccd088be..d6d4850040 100644 --- a/sys/include/net/lora.h +++ b/sys/include/net/lora.h @@ -99,11 +99,6 @@ extern "C" { #define CONFIG_LORA_CR_DEFAULT (LORA_CR_4_8) #endif -/** @brief Set fixed payload length on */ -#ifndef LORA_FIX_LENGTH_PAYLOAD_ON_DEFAULT -#define LORA_FIX_LENGTH_PAYLOAD_ON_DEFAULT (false) -#endif - /** @brief Set this to true to enable inverted IQ mode */ #ifdef DOXYGEN #define CONFIG_LORA_IQ_INVERTED_DEFAULT