From 56d5a02631dd46e8be44c33bc3d79f5a3cee925b Mon Sep 17 00:00:00 2001 From: zhuoshuguo Date: Tue, 19 Dec 2017 15:10:30 +0100 Subject: [PATCH] gnrc_lwmac: revise doc's brief naming. --- sys/include/net/gnrc/lwmac/lwmac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/lwmac/lwmac.h b/sys/include/net/gnrc/lwmac/lwmac.h index 259a65de43..cd5d078c50 100644 --- a/sys/include/net/gnrc/lwmac/lwmac.h +++ b/sys/include/net/gnrc/lwmac/lwmac.h @@ -10,8 +10,8 @@ /** * @defgroup net_gnrc_lwmac LWMAC * @ingroup net_gnrc - * @brief LWMAC is a Lightweight 802.15.4 MAC protocol that allows for duty cycling - * to save energy. + * @brief A Lightweight duty-cycling 802.15.4 MAC protocol + * * * ## LWMAC implementation *