mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
If a user tries to call `swint()` while interrupt is disabled the flag in SWIER is set but the interrupt is not triggered and therefore the SWIER bit is not cleared. When the interrupt is again enabled the next call to `swint()` won't trigger the IRQ because a 0 to 1 transition will not occur.
17 KiB
17 KiB