summaryrefslogtreecommitdiff
path: root/board/munna/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/munna/board.c')
-rw-r--r--board/munna/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/munna/board.c b/board/munna/board.c
index f31c7a7e39..93a7bade4b 100644
--- a/board/munna/board.c
+++ b/board/munna/board.c
@@ -267,7 +267,7 @@ static void board_spi_enable(void)
#ifdef CHIP_FAMILY_STM32L4
/* Set I/O speed before AF configured */
/* EMMC SPI SLAVE: PB13/14/15 */
- /* SENSORS SPI MASTER: PB10, PB12, PC2, PC3 */
+ /* SENSORS SPI controller: PB10, PB12, PC2, PC3 */
STM32_GPIO_OSPEEDR(GPIO_B) |= 0xFF300000;
STM32_GPIO_OSPEEDR(GPIO_C) |= 0x000000F0;