aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430
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/MSP430
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/MSP430')
-rw-r--r--ports/MSP430/msp430_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/MSP430/msp430_serial.c b/ports/MSP430/msp430_serial.c
index c126b2239..9c7303e72 100644
--- a/ports/MSP430/msp430_serial.c
+++ b/ports/MSP430/msp430_serial.c
@@ -173,6 +173,7 @@ static void OutNotify2(void) {
* @param[in] div the divider value as calculated by the @p UBR() macro
* @param[in] mod the value for the @p U1MCTL register
* @param[in] ctl the value for the @p U1CTL register.
+ * @note Must be invoked with interrupts disabled.
* @note Does not reset the I/O queues.
*/
void SetUSART1(uint16_t div, uint8_t mod, uint8_t ctl) {