mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -73,7 +73,7 @@ otInstance::otInstance(void) :
|
||||
{
|
||||
}
|
||||
|
||||
using namespace Thread;
|
||||
using namespace ot;
|
||||
|
||||
void otInstancePostConstructor(otInstance *aInstance)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user