1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/msp430/x1xx: fix typo in doc

This commit is contained in:
Marian Buschsieweke 2024-02-07 20:07:53 +01:00
parent 2271b21c85
commit cbd918daab
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -220,7 +220,7 @@ extern const msp430_usart_uart_params_t usart1_as_uart;
extern const msp430_usart_spi_params_t usart0_as_spi;
/**
* @brief MSP430 x1xx USART1 in UART configuration
* @brief MSP430 x1xx USART1 in SPI configuration
*/
extern const msp430_usart_spi_params_t usart1_as_spi;