Skip to content

Fix disable external interrupt

Davide Mor requested to merge fix-disable-external-interrupt into main

Currently disable external interrupt also disables interrupt in the NVIC, but this causes problems as some gpios share NVIC interrupts. Remove this feature as it is redundant

Merge request reports

Loading