aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F1xx/SPI/main.c')
-rw-r--r--testhal/STM32F1xx/SPI/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/SPI/main.c b/testhal/STM32F1xx/SPI/main.c
index 5aec3a965..be129980a 100644
--- a/testhal/STM32F1xx/SPI/main.c
+++ b/testhal/STM32F1xx/SPI/main.c
@@ -32,7 +32,7 @@ static const SPIConfig hs_spicfg = {
};
/*
- * Low speed SPI configuration (281.250KHz, CPHA=0, CPOL=0, MSb first).
+ * Low speed SPI configuration (281.250kHz, CPHA=0, CPOL=0, MSb first).
*/
static const SPIConfig ls_spicfg = {
NULL,