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