mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00: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:
@@ -34,9 +34,10 @@ include_directories(
|
||||
${OPENTHREAD_DIR}/include
|
||||
${OPENTHREAD_DIR}/src
|
||||
${OPENTHREAD_DIR}/src/core
|
||||
${OPENTHREAD_DIR}/src/include
|
||||
${OPENTHREAD_DIR}/src/posix/platform
|
||||
)
|
||||
|
||||
|
||||
add_executable(ot-fct
|
||||
cli.cpp
|
||||
main.cpp
|
||||
|
||||
Reference in New Issue
Block a user