From 31ed92e1715d77432c1381b106262ce19a8f7eeb Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 12 Apr 2019 14:12:06 +0200 Subject: [PATCH] sys/doc: add net_lorawan group --- sys/doc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/doc.txt b/sys/doc.txt index 12497fb07b..2ccd382718 100644 --- a/sys/doc.txt +++ b/sys/doc.txt @@ -40,3 +40,9 @@ * @ingroup sys * @brief Utilities for data serialization */ + +/** + * @defgroup net_lorawan LoRaWAN + * @ingroup net + * @brief Provides utilities and helpers for LoRaWAN packets + */