This is an automated email from the ASF dual-hosted git repository. linguini pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b0af360212bf8fccb4d51a03a2b3a89a40d6fc1d Author: Kerogit <[email protected]> AuthorDate: Thu Feb 19 10:25:36 2026 +0100 arch/avr/src/avrdx: fixed typo in avrdx_gpio_isr_mux.c This patch fixes a typo in a comment. (Tested: checkpatch - all checks pass, compilation yields binary with identical SHA256 checksum with and without the patch.) Signed-off-by: Kerogit <[email protected]> --- arch/avr/src/avrdx/avrdx_gpio_isr_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr/src/avrdx/avrdx_gpio_isr_mux.c b/arch/avr/src/avrdx/avrdx_gpio_isr_mux.c index f47ac0bdacc..7c66d111919 100644 --- a/arch/avr/src/avrdx/avrdx_gpio_isr_mux.c +++ b/arch/avr/src/avrdx/avrdx_gpio_isr_mux.c @@ -295,7 +295,7 @@ int avrdx_irq_attach_gpio_mux(uint8_t port_idx, uint8_t pins, /* One way or the other, if we got here, pins are now serviced * by an interrupt handler. Except the hardware is not configured - * to to that yet. Do it now, clear existing interrupt flags first + * to do that yet. Do it now, clear existing interrupt flags first */ AVRDX_PORT(port_idx).INTFLAGS = pins;
