mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
Otherwise for code like:
while (socket->incoming == NULL) {
LWIP_DELAY(100);
}
a compiler may cache it in a register and it will be an infinite loop.