Skip to content

Commit

Permalink
Update cpu/msp430/periph/uart_usci.c
Browse files Browse the repository at this point in the history
Co-authored-by: benpicco <[email protected]>
  • Loading branch information
maribu and benpicco authored Apr 15, 2024
1 parent 553fb0c commit e37a0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/msp430/periph/uart_usci.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void uart_write(uart_t uart, const uint8_t *data, size_t len)
}

while (usci->dev->STAT & UCBUSY) {
/* busy wait for completion, e.g. to avoid loosing chars/bits
/* busy wait for completion, e.g. to avoid losing chars/bits
* before releasing the USCI in TX only mode. */
}

Expand Down

0 comments on commit e37a0a2

Please sign in to comment.