From 82cb7a07dad6178c553718a4298cf9d795b93994 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 2 May 2022 16:08:04 -0400 Subject: [PATCH] spelling --- firmware/hw_layer/ports/stm32/stm32_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/ports/stm32/stm32_common.cpp b/firmware/hw_layer/ports/stm32/stm32_common.cpp index ef33b7968f..c0e6f7ee26 100644 --- a/firmware/hw_layer/ports/stm32/stm32_common.cpp +++ b/firmware/hw_layer/ports/stm32/stm32_common.cpp @@ -660,7 +660,7 @@ void turnOnSpi(spi_device_e device) { if (device == SPI_DEVICE_4) { #if STM32_SPI_USE_SPI4 // scheduleMsg(&logging, "Turning on SPI4 pins"); - /* there is no cofiguration fields for SPI4 in engineConfiguration, rely on board init code + /* there are no configuration fields for SPI4 in engineConfiguration, rely on board init code * it should set proper functions for SPI4 pins */ #endif /* STM32_SPI_USE_SPI4 */ }