mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <common/message.hpp>
|
||||
#include <ncp/ncp_buffer.hpp>
|
||||
|
||||
namespace Thread {
|
||||
namespace ot {
|
||||
|
||||
// This module implements unit-test for NcpFrameBuffer class.
|
||||
|
||||
@@ -461,12 +461,12 @@ void TestNcpFrameBuffer(void)
|
||||
printf("\n -- PASS\n");
|
||||
}
|
||||
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
Thread::TestNcpFrameBuffer();
|
||||
ot::TestNcpFrameBuffer();
|
||||
printf("\nAll tests passed.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user