From 8587ba0e678543da1d3bd00fc317a3e3ec265125 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Wed, 10 Jan 2018 14:31:34 +0100 Subject: [PATCH] boards/nrf52xxxdk: fix board name in doxygen --- boards/common/nrf52xxxdk/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/common/nrf52xxxdk/board.c b/boards/common/nrf52xxxdk/board.c index a51e2740ba..05dc074ddd 100644 --- a/boards/common/nrf52xxxdk/board.c +++ b/boards/common/nrf52xxxdk/board.c @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_common_nrf52 + * @ingroup boards_common_nrf52xxxdk * @{ * * @file - * @brief Board initialization for the nRF52840 DK + * @brief Board initialization for the nRF52xxx DK * * @author Hauke Petersen <hauke.petersen@fu-berlin.de> * -- GitLab