aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-02 18:56:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-02 18:56:02 +0000
commitf95fc666de8186937f7101c74386af0c85968ec3 (patch)
tree88c37518fead66a1db3c31c799cc88fc367c950c /os/hal/platforms/STM8L
parent43bb4bfedb2c8b2ed31adc4d3e262d3c975cbe66 (diff)
downloadChibiOS-f95fc666de8186937f7101c74386af0c85968ec3.tar.gz
ChibiOS-f95fc666de8186937f7101c74386af0c85968ec3.tar.bz2
ChibiOS-f95fc666de8186937f7101c74386af0c85968ec3.zip
Various documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2788 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8L')
-rw-r--r--os/hal/platforms/STM8L/platform.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8L/platform.dox b/os/hal/platforms/STM8L/platform.dox
index b1b74251e..ec0bf1cf7 100644
--- a/os/hal/platforms/STM8L/platform.dox
+++ b/os/hal/platforms/STM8L/platform.dox
@@ -41,7 +41,7 @@
*/
/**
- * @defgroup STM8L_PAL STM8L GPIO Support
+ * @defgroup STM8L_PAL STM8L PAL Support
* @details The STM8L PAL driver uses the GPIO peripherals.
*
* @section stm8l_pal_1 Supported HW resources
@@ -84,7 +84,7 @@
*/
/**
- * @defgroup STM8L_SERIAL STM8L USART Support (buffered)
+ * @defgroup STM8L_SERIAL STM8L Serial Support
* @details The STM8L Serial driver uses the USART1 peripheral in a
* buffered, interrupt driven, implementation.
*