mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Instead of using systick the BT subsystem is now scheduled using a soft timer. This means it is scheduled only when it is enabled. Signed-off-by: Damien George <damien@micropython.org>