mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
[style] converge some common utils (#10982)
This commit converges common utils in core and lib to avoid duplicate code and conflicts caused by two common utils are included by some units.
This commit is contained in:
@ -55,6 +55,7 @@ target_include_directories(ot-config INTERFACE
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
${PROJECT_SOURCE_DIR}/src
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
${PROJECT_SOURCE_DIR}/src/include
|
||||
)
|
||||
|
||||
include(TestBigEndian)
|
||||
|
Reference in New Issue
Block a user