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 <kr.git@kerogit.eu>
This commit is contained in:
Kerogit
2026-02-19 10:25:36 +01:00
committed by Matteo Golin
parent 0db2567eaa
commit b0af360212
+1 -1
View File
@@ -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;