mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 18:39:50 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "utils/wrap_string.h"
|
||||
|
||||
namespace Thread {
|
||||
namespace ot {
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -336,13 +336,13 @@ void TestLinkQualityCalculations(void)
|
||||
TestLinkQualityData(rssData4);
|
||||
}
|
||||
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
Thread::TestRssAveraging();
|
||||
Thread::TestLinkQualityCalculations();
|
||||
ot::TestRssAveraging();
|
||||
ot::TestLinkQualityCalculations();
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user