From 38c987354d6ba5ce1ea5c2857485437109731953 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Tue, 13 Jul 2021 21:21:46 +0200 Subject: [PATCH] netopt: fix NETOPT_RX_SYMBOL_TIMEOUT documentation --- sys/include/net/netopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h index 0089d9c5e8..da1fa1e5f4 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -748,7 +748,7 @@ typedef enum { NETOPT_RANDOM, /** - * @brief (uint8_t) Get or set the number of PHY symbols before assuming there's no data + * @brief (uint16_t) Get or set the number of PHY symbols before assuming there's no data */ NETOPT_RX_SYMBOL_TIMEOUT,