mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Typo fixed #212
Add Gateway terminate status Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -307,7 +307,7 @@ void MultiTaskProcess::waitStop(void)
|
||||
}
|
||||
}
|
||||
|
||||
void MultiTaskProcess::threadStoped(void)
|
||||
void MultiTaskProcess::threadStopped(void)
|
||||
{
|
||||
_mutex.lock();
|
||||
_stopCount++;
|
||||
|
||||
Reference in New Issue
Block a user