Skip to content

Commit

Permalink
boards/stm32f7disco: use capital letters for board name
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jan 31, 2018
1 parent fd0aa2a commit fb3889c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/stm32f7discovery/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vincent@otakeys.com>
*
Expand Down
6 changes: 3 additions & 3 deletions boards/stm32f7discovery/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vincent@otakeys.com>
* @author Sebastian Meiling <s@mlng.net>
Expand Down
2 changes: 1 addition & 1 deletion boards/stm32f7discovery/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vincent@otakeys.com>
*/
Expand Down

0 comments on commit fb3889c

Please sign in to comment.