This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 78b0a987473e296bd65c7f3a59cfbfaf3b40b3d0 Author: Kerogit <kr....@kerogit.eu> AuthorDate: Sun May 4 23:29:57 2025 +0200 arch/avr/src/avrdx: typo fix in avrdx_serial.c Signed-off-by: Kerogit <kr....@kerogit.eu> --- arch/avr/src/avrdx/avrdx_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr/src/avrdx/avrdx_serial.c b/arch/avr/src/avrdx/avrdx_serial.c index 7203ec7d3d..2b427f465c 100644 --- a/arch/avr/src/avrdx/avrdx_serial.c +++ b/arch/avr/src/avrdx/avrdx_serial.c @@ -607,7 +607,7 @@ static bool avrdx_usart_txempty(struct uart_dev_s *dev) * Name: avrdx_initialize_port * * Description: - * DRY method for USARTn initialization. Allocated data structures + * DRY method for USARTn initialization. Allocates data structures * for USARTn peripheral and assigns into g_usart_ports array * * Input Parameters: