From 1b2b17df161ff08a8291f4b1038c68a92533cce8 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Fri, 22 Sep 2023 15:52:37 +0200 Subject: [PATCH] boards/stm32l496g-disco: fix LCD doc --- boards/stm32l496g-disco/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stm32l496g-disco/include/board.h b/boards/stm32l496g-disco/include/board.h index 656450fa19..dc0202cd89 100644 --- a/boards/stm32l496g-disco/include/board.h +++ b/boards/stm32l496g-disco/include/board.h @@ -55,7 +55,7 @@ extern "C" { * For the `LCD_*` pins the identifiers are used as given in the [schematic] * (https://www.st.com/resource/en/schematic_pack/mb1261-l496g-b06-schematic.pdf). * - * The LCD display has to switched on explicitly by activating VDD_LCD using + * The LCD display has to be switched on explicitly by activating VDD_LCD using * the LOW active `LD_PWR_ON` signal. * * @note The `LCD_RESET` signal is provided by the MFX GPIO2 pin. Since the MFX