aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/uart.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 13:33:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 13:33:20 +0000
commit59cd671ba931279556dff5abf1db652f7611a6a6 (patch)
treee732795af9dadc7c8bf93c3bf1a26fa212191fdb /os/hal/dox/uart.dox
parent463cf04eef626e77e60533a1d1a199f45aa755fc (diff)
downloadChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.tar.gz
ChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.tar.bz2
ChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.zip
Fixed bug 3153591.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2629 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/uart.dox')
-rw-r--r--os/hal/dox/uart.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/uart.dox b/os/hal/dox/uart.dox
index 00753195d..192ce4d91 100644
--- a/os/hal/dox/uart.dox
+++ b/os/hal/dox/uart.dox
@@ -39,7 +39,7 @@
* .
* If your application requires a synchronoyus buffered driver then the
* @ref SERIAL should be used instead.
- * @pre In order to use the ADC driver the @p CH_HAL_USE_UART option
+ * @pre In order to use the UART driver the @p HAL_USE_UART option
* must be enabled in @p halconf.h.
*
* @section uart_1 Driver State Machine