You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ports/unix: Use 'mp_thread_init_state()' instead of own function.
The function 'mp_thread_init_state()' has been added to 'py/runtime.h'
with commit #bc424dd in micropython/micropython:
'py/modthread: Move thread state initialisation to shared function.'
So use that function instead of defining own function in
'ports/unix/mpbtstackport_usb.c'.
Signed-off-by: Yasmin Bosch <[email protected]>
0 commit comments