aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/SPI/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-01 09:13:04 +0000
commitf038bffdb512f67d4f90e8cba499713458eebd67 (patch)
tree89bdebf9eecc81442ccca5db2e1a47da20deb323 /testhal/STM32L1xx/SPI/main.c
parent148eeef2e7ea57ee06ad8776417dca48c2d3ff6d (diff)
downloadChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.gz
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.tar.bz2
ChibiOS-f038bffdb512f67d4f90e8cba499713458eebd67.zip
Fixed bug 3510812.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/SPI/main.c')
-rw-r--r--testhal/STM32L1xx/SPI/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/SPI/main.c b/testhal/STM32L1xx/SPI/main.c
index b466b9819..e9fed979a 100644
--- a/testhal/STM32L1xx/SPI/main.c
+++ b/testhal/STM32L1xx/SPI/main.c
@@ -32,7 +32,7 @@ static const SPIConfig hs_spicfg = {
};
/*
- * Low speed SPI configuration (256KHz, CPHA=0, CPOL=0, MSb first).
+ * Low speed SPI configuration (256kHz, CPHA=0, CPOL=0, MSb first).
*/
static const SPIConfig ls_spicfg = {
NULL,