mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 10:47:46 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Thread
|
||||
namespace ot
|
||||
{
|
||||
|
||||
public enum class NotifyType
|
||||
@@ -42,4 +42,4 @@ public interface struct IAsyncThreadNotify
|
||||
void NotifyFromAsyncThread(Platform::String^ message, NotifyType type);
|
||||
};
|
||||
|
||||
} // namespace Thread
|
||||
} // namespace ot
|
||||
|
||||
Reference in New Issue
Block a user