mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
fix typo (#500)
This commit is contained in:
@@ -1213,7 +1213,8 @@ exit:
|
||||
|
||||
void Mle::HandleSendChildUpdateRequest(void *aContext)
|
||||
{
|
||||
static_cast<Mle *>(aContext)->SendChildUpdateRequest();
|
||||
Mle *obj = reinterpret_cast<Mle *>(aContext);
|
||||
obj->HandleSendChildUpdateRequest();
|
||||
}
|
||||
|
||||
void Mle::HandleSendChildUpdateRequest(void)
|
||||
|
||||
Reference in New Issue
Block a user