mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
This change eliminates the risk of the IRQ callback accessing invalid data. Discussed here: https://github.com/micropython/micropython/pull/7183#discussion_r660209875 Signed-off-by: Mike Teachman <mike.teachman@gmail.com>