1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

net/lora : Remove unused macro 'LORA_FIX_LENGTH_PAYLOAD_ON_DEFAULT'

This commit is contained in:
Akshai M 2020-09-11 02:07:49 +05:30
parent aa83367b4b
commit 4dbbd9311d

View File

@ -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