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:
parent
aa83367b4b
commit
4dbbd9311d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user