mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 00:00:06 +00:00
[core] define core/instance folder for instance modules (#9561)
This commit moves the `instance` module to a newly added folder `core/instance` (from `core/common`. Header file `extension.hpp` and its example is also moved to the same folder.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "common/array.hpp"
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/instance.hpp"
|
||||
#include "instance/instance.hpp"
|
||||
#include "thread/network_data_leader.hpp"
|
||||
#include "thread/network_data_local.hpp"
|
||||
#include "thread/network_data_service.hpp"
|
||||
|
||||
Reference in New Issue
Block a user