lora.h: fix doxygen brief tag

This commit is contained in:
Jose Alamos 2018-12-18 10:53:38 +01:00
parent 0759ad85a6
commit 39821c93b0

View File

@ -38,7 +38,7 @@ extern "C" {
#define LORA_FREQUENCY_RESOLUTION_DEFAULT (61.03515625)
#endif
#ifndef LORA_PREAMBLE_LENGTH_DEFAULT
/**< @brief Preamble length, same for Tx and Rx */
/** @brief Preamble length, same for Tx and Rx */
#define LORA_PREAMBLE_LENGTH_DEFAULT (8U)
#endif
#ifndef LORA_SYMBOL_TIMEOUT_DEFAULT