mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
It was originally in IRAM due to the linker script specification, but since the function moved from lib/utils/interrupt_char.c to py/scheduler.c it needs to be put back in IRAM.