From 39821c93b03b41f62ec9107c74fb94efcfe9cc32 Mon Sep 17 00:00:00 2001 From: Jose Alamos <jose.alamos@haw-hamburg.de> Date: Tue, 18 Dec 2018 10:53:38 +0100 Subject: [PATCH] lora.h: fix doxygen brief tag --- sys/include/net/lora.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/lora.h b/sys/include/net/lora.h index a6289be2ea..bb3dc072d2 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 -- GitLab