aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/msp430_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/msp430_serial.c')
-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) {