From 4cd7307cbc63f2fe2e40c182fc25c35f984f60d7 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 7 Mar 2018 10:28:23 +0100 Subject: [PATCH] boards/iotlab-a8-m3: fix doxygen grouping --- boards/iotlab-a8-m3/include/board.h | 6 +++--- boards/iotlab-a8-m3/include/periph_conf.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/iotlab-a8-m3/include/board.h b/boards/iotlab-a8-m3/include/board.h index 72179f1203..cf9086163b 100644 --- a/boards/iotlab-a8-m3/include/board.h +++ b/boards/iotlab-a8-m3/include/board.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_iotlab-m3 IoT-LAB M3 open node + * @defgroup boards_iotlab-a8-m3 IoT-LAB A8 M3 open node * @ingroup boards - * @brief Support for the iotlab-m3 board + * @brief Support for the iotlab-a8-m3 board * @{ * * @file - * @brief Board specific definitions for the iotlab-m3 board + * @brief Board specific definitions for the iotlab-a8-m3 board * */ diff --git a/boards/iotlab-a8-m3/include/periph_conf.h b/boards/iotlab-a8-m3/include/periph_conf.h index 6483b142a7..4c4446ac96 100644 --- a/boards/iotlab-a8-m3/include/periph_conf.h +++ b/boards/iotlab-a8-m3/include/periph_conf.h @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_iotlab-m3 + * @ingroup boards_iotlab-a8-m3 * @{ * * @file - * @brief Peripheral MCU configuration for the iotlab-m3 board + * @brief Peripheral MCU configuration for the iotlab-a8-m3 board * * @author Thomas Eichinger * @author Hauke Petersen