mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 07:07:46 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "IMainPageUIElements.h"
|
||||
#include "Protocol.h"
|
||||
|
||||
namespace Thread
|
||||
namespace ot
|
||||
{
|
||||
|
||||
[Windows::Foundation::Metadata::WebHostHidden]
|
||||
@@ -63,4 +63,4 @@ private:
|
||||
static std::atomic<int> _clientPort;
|
||||
};
|
||||
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
Reference in New Issue
Block a user