aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AVR
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/AVR
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/AVR')
-rw-r--r--os/hal/platforms/AVR/platform.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AVR/platform.dox b/os/hal/platforms/AVR/platform.dox
index 9b8cf3e6b..9b497b724 100644
--- a/os/hal/platforms/AVR/platform.dox
+++ b/os/hal/platforms/AVR/platform.dox
@@ -35,7 +35,7 @@
*/
/**
- * @defgroup AVR_SERIAL AVR USART Support (buffered)
+ * @defgroup AVR_SERIAL AVR Serial Support
* @details The AVR Serial driver uses the USART peripherals in a
* buffered, interrupt driven, implementation.
*