mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
The status callback runs on the lwIP tcpip_thread, and thus must use the non-thread-safe API because the thread-safe API would cause a deadlock. Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>