mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user