From cbd918daab9ddf0cfab12ba139d287f3596e016c Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 7 Feb 2024 20:07:53 +0100 Subject: [PATCH] cpu/msp430/x1xx: fix typo in doc --- cpu/msp430/include/x1xx/periph_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/msp430/include/x1xx/periph_cpu.h b/cpu/msp430/include/x1xx/periph_cpu.h index 70cb1f54a6..d6dd0d2f6b 100644 --- a/cpu/msp430/include/x1xx/periph_cpu.h +++ b/cpu/msp430/include/x1xx/periph_cpu.h @@ -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;