aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/serial_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-26 12:26:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-26 12:26:52 +0000
commit5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462 (patch)
tree4898b0f890514f67baae712c4900de08d20e44a0 /os/hal/platforms/STM32/serial_lld.c
parent6e2f377dd5b17c3ab2836a5ae5406676275f9bb5 (diff)
downloadChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.tar.gz
ChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.tar.bz2
ChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4236 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/serial_lld.c')
-rw-r--r--os/hal/platforms/STM32/serial_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.c b/os/hal/platforms/STM32/serial_lld.c
index a2eefc5db..30c1d9d2d 100644
--- a/os/hal/platforms/STM32/serial_lld.c
+++ b/os/hal/platforms/STM32/serial_lld.c
@@ -83,7 +83,7 @@ static const SerialConfig default_config =
/*===========================================================================*/
/* Local functions have different implementations depending on the USART type,
- STM32F0xx devices and newer have and enhanced peripheral with slightly
+ STM32F0xx devices and newer have an enhanced peripheral with slightly
different register interface.*/
#if defined(STM32F0XX)