mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
+4
-4
@@ -75,10 +75,10 @@
|
||||
#include "cli_coap.hpp"
|
||||
#endif
|
||||
|
||||
using Thread::Encoding::BigEndian::HostSwap16;
|
||||
using Thread::Encoding::BigEndian::HostSwap32;
|
||||
using ot::Encoding::BigEndian::HostSwap16;
|
||||
using ot::Encoding::BigEndian::HostSwap32;
|
||||
|
||||
namespace Thread {
|
||||
namespace ot {
|
||||
|
||||
namespace Cli {
|
||||
|
||||
@@ -3065,4 +3065,4 @@ void Interpreter::HandleDiagnosticGetResponse(Message &aMessage, const Ip6::Mess
|
||||
#endif
|
||||
|
||||
} // namespace Cli
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
Reference in New Issue
Block a user