[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:
Yakun Xu
2024-12-05 00:39:44 +08:00
committed by GitHub
parent 2868c9ce6b
commit f0d6007cc3
24 changed files with 408 additions and 556 deletions
+2 -1
View File
@@ -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