aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 21:03:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 21:03:05 +0000
commit0ed5d7e2e02604710863224857e4a74e6004cd3e (patch)
tree10ba15c15dd0cefb29ed824cdbf6600f903a3beb /ports/ARM7-LPC214x
parent77df449498effbd6083e82920bb2705fdee16343 (diff)
downloadChibiOS-0ed5d7e2e02604710863224857e4a74e6004cd3e.tar.gz
ChibiOS-0ed5d7e2e02604710863224857e4a74e6004cd3e.tar.bz2
ChibiOS-0ed5d7e2e02604710863224857e4a74e6004cd3e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@729 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-LPC214x')
-rw-r--r--ports/ARM7-LPC214x/lpc214x_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/ARM7-LPC214x/lpc214x_serial.c b/ports/ARM7-LPC214x/lpc214x_serial.c
index 1f38f3940..1e5ac97db 100644
--- a/ports/ARM7-LPC214x/lpc214x_serial.c
+++ b/ports/ARM7-LPC214x/lpc214x_serial.c
@@ -216,6 +216,7 @@ static void OutNotify2(void) {
* @param[in] lcr the value for the @p LCR register
* @param[in] fcr the value for the @p FCR register
* @note Must be invoked with interrupts disabled.
+ * @note Does not reset the I/O queues.
*/
void SetUART(UART *u, int speed, int lcr, int fcr) {