From fb3889c34317987772c3f464094939bbd4c1c65c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 29 Jan 2018 22:26:52 +0100 Subject: [PATCH] boards/stm32f7disco: use capital letters for board name --- boards/stm32f7discovery/board.c | 2 +- boards/stm32f7discovery/include/board.h | 6 +++--- boards/stm32f7discovery/include/periph_conf.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/stm32f7discovery/board.c b/boards/stm32f7discovery/board.c index d6e31968d5..b42fb84c7c 100644 --- a/boards/stm32f7discovery/board.c +++ b/boards/stm32f7discovery/board.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief Board specific implementations for the STM32F7Discovery evaluation board + * @brief Board specific implementations for the STM32F769 Discovery board * * @author Vincent Dupont * diff --git a/boards/stm32f7discovery/include/board.h b/boards/stm32f7discovery/include/board.h index db1ef3f1e1..b8cd123a4f 100644 --- a/boards/stm32f7discovery/include/board.h +++ b/boards/stm32f7discovery/include/board.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_stm32f7discovery stm32f769 Discovery board + * @defgroup boards_stm32f7discovery STM32F769 Discovery board * @ingroup boards - * @brief Support for the stm32f769 Discovery board + * @brief Support for the STM32F769 Discovery board * @{ * * @file - * @brief Board specific definitions for the stm32f769 Discovery board + * @brief Board specific definitions for the STM32F769 Discovery board * * @author Vincent Dupont * @author Sebastian Meiling diff --git a/boards/stm32f7discovery/include/periph_conf.h b/boards/stm32f7discovery/include/periph_conf.h index 759d56aced..4d5e5f436f 100644 --- a/boards/stm32f7discovery/include/periph_conf.h +++ b/boards/stm32f7discovery/include/periph_conf.h @@ -11,7 +11,7 @@ * @{ * * @file - * @brief Peripheral MCU configuration for the stm32f769discovery6 board + * @brief Peripheral MCU configuration for the STM32F769 Discovery board * * @author Vincent Dupont */