mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02: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>