From 7746ee0aa1872a271882d27113aa2be9667403c6 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Mon, 30 Sep 2019 11:26:39 +0200 Subject: [PATCH] net/netopt: Fix NETOPT_CHANNEL_PAGE 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 794e07cd87..b1739646c3 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -368,7 +368,7 @@ typedef enum { NETOPT_DEVICE_TYPE, /** - * @brief (uint8_t) channel page as defined by IEEE 802.15.4 + * @brief (uint16_t) channel page as defined by IEEE 802.15.4 */ NETOPT_CHANNEL_PAGE,