diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-26 09:13:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-26 09:13:37 +0000 |
commit | f5a3976c393fffdc95627f27d4c49136fa9ec8ca (patch) | |
tree | 923e9a714084dd666b73b083e71bb7c6fb73b310 /os/hal/dox | |
parent | 1d199e177e4c009aee0d165ac9033e6838c601a4 (diff) | |
download | ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.tar.gz ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.tar.bz2 ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4055 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/uart.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/uart.dox b/os/hal/dox/uart.dox index 079237982..27c1494fb 100644 --- a/os/hal/dox/uart.dox +++ b/os/hal/dox/uart.dox @@ -39,7 +39,7 @@ * - Multipoint network drivers.
* - Serial protocol decoders.
* .
- * If your application requires a synchronoyus buffered driver then
+ * If your application requires a synchronous buffered driver then
* the @ref SERIAL should be used instead.
* @pre In order to use the UART driver the @p HAL_USE_UART option
* must be enabled in @p halconf.h.
|