mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 09:57:47 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <mac/mac_frame.hpp>
|
||||
#include "utils/wrap_string.h"
|
||||
|
||||
namespace Thread {
|
||||
namespace ot {
|
||||
|
||||
void TestMacHeader(void)
|
||||
{
|
||||
@@ -82,12 +82,12 @@ void TestMacHeader(void)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
Thread::TestMacHeader();
|
||||
ot::TestMacHeader();
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user