diff --git a/sys/include/net/lora.h b/sys/include/net/lora.h index a6289be2eaa99eddaec446c16e596f14118f2b48..bb3dc072d267abc157bb53682612d0da3fc66217 100644 --- a/sys/include/net/lora.h +++ b/sys/include/net/lora.h @@ -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