aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/serial_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 09:05:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 09:05:40 +0000
commit3dea38d9549dae5956b8753e824b3e855e91fdee (patch)
treeff23a88123f1aaf9e51396268cde17b2953ca54e /os/hal/platforms/STM32/serial_lld.h
parentce5974e5de90403c272854a2be4e47d924575186 (diff)
downloadChibiOS-3dea38d9549dae5956b8753e824b3e855e91fdee.tar.gz
ChibiOS-3dea38d9549dae5956b8753e824b3e855e91fdee.tar.bz2
ChibiOS-3dea38d9549dae5956b8753e824b3e855e91fdee.zip
STM32 PWM driver done.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1440 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/serial_lld.h')
-rw-r--r--os/hal/platforms/STM32/serial_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.h b/os/hal/platforms/STM32/serial_lld.h
index b681fd9ba..774c97c81 100644
--- a/os/hal/platforms/STM32/serial_lld.h
+++ b/os/hal/platforms/STM32/serial_lld.h
@@ -107,7 +107,7 @@
#define USART_CR2_STOP1P5_BITS (3 << 12) /**< @brief CR2 1.5 stop bit value.*/
/*===========================================================================*/
-/* Driver data structures. */
+/* Driver data structures and types. */
/*===========================================================================*/
/**