diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-02 18:56:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-02 18:56:02 +0000 |
commit | f95fc666de8186937f7101c74386af0c85968ec3 (patch) | |
tree | 88c37518fead66a1db3c31c799cc88fc367c950c /os/hal/platforms/MSP430 | |
parent | 43bb4bfedb2c8b2ed31adc4d3e262d3c975cbe66 (diff) | |
download | ChibiOS-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/MSP430')
-rw-r--r-- | os/hal/platforms/MSP430/platform.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/MSP430/platform.dox b/os/hal/platforms/MSP430/platform.dox index ec6bbd535..25d263fa7 100644 --- a/os/hal/platforms/MSP430/platform.dox +++ b/os/hal/platforms/MSP430/platform.dox @@ -41,7 +41,7 @@ */
/**
- * @defgroup MSP430_PAL MSP430 PORT Support
+ * @defgroup MSP430_PAL MSP430 PAL Support
* @details The MSP430 PAL driver uses the PORT peripherals.
*
* @section msp430_pal_1 Supported HW resources
@@ -79,7 +79,7 @@ */
/**
- * @defgroup MSP430_SERIAL MSP430 USART Support (buffered)
+ * @defgroup MSP430_SERIAL MSP430 Serial Support
* @details The MSP430 Serial driver uses the USART peripherals in a
* buffered, interrupt driven, implementation.
*
|