Fixups from review by dgarske
This commit is contained in:
@@ -973,7 +973,7 @@ static void client_thread(const void* args)
|
||||
#endif
|
||||
}
|
||||
info->client.ret = ret;
|
||||
info->server.done = 1;
|
||||
info->client.done = 1;
|
||||
osThreadSuspend(info->client.threadId);
|
||||
|
||||
if (info->doShutdown)
|
||||
@@ -1248,7 +1248,7 @@ static void server_thread(const void* args)
|
||||
#endif
|
||||
}
|
||||
info->server.ret = ret;
|
||||
info->client.done = 1;
|
||||
info->server.done = 1;
|
||||
osThreadSuspend(info->server.threadId);
|
||||
|
||||
if (info->doShutdown)
|
||||
|
||||
Reference in New Issue
Block a user