Fix SerialPIO receive interrupt on PIO1 (#490)
Fixes #489 Only the PIO0 IRQ handler was ever installed due to a hardcoding bug. Attach the IRQ handler to the PIO being started instead.
Showing
Please register or sign in to comment
Fixes #489 Only the PIO0 IRQ handler was ever installed due to a hardcoding bug. Attach the IRQ handler to the PIO being started instead.