BugFix: 100% CPU

This commit is contained in:
tomoaki
2016-12-07 22:45:18 +09:00
parent 4ebd92fc14
commit 64f7bbac1b
4 changed files with 10 additions and 4 deletions

View File

@@ -503,7 +503,8 @@ int Network::recv(uint8_t* buf, uint16_t len)
}
_busy = true;
loop: do
loop:
do
{
readBlockedOnWrite = false;
readBlocked = false;