mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
mp_keyboard_interrupt() triggers a compiler error because the function is implicitly declared. This commit adds "py/runtime.h" to the includes. Fixes issue #5732.