mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
It is not safe to enable MICROPY_ASYNC_KBD_INTR and MICROPY_PY_THREAD_GIL at the same time. This will trigger a compiler error to ensure that it is not possible to make this mistake.