mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Now that mp_irq_dispatch() is available to dispatch arbitary hard/soft callbacks, take advantage of this for rp2 machine.Timer. This should slightly reduce binary size. Signed-off-by: Chris Webb <chris@arachsys.com>