We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fecb91 commit 13016e9Copy full SHA for 13016e9
third_party/openthread/platforms/qpg/BUILD.gn
@@ -62,7 +62,10 @@ source_set("libopenthread-qpg") {
62
"${openthread_qpg_root}/src/${openthread_qpg_family}/uart.c",
63
]
64
65
- include_dirs = [ "${openthread_qpg_root}/src/${openthread_qpg_family}" ]
+ include_dirs = [
66
+ "${openthread_qpg_root}/src/${openthread_qpg_family}",
67
+ "${openthread_root}/examples/platforms/utils",
68
+ ]
69
70
sources += [
71
"${openthread_root}/examples/apps/cli/cli_uart.cpp",
0 commit comments