Skip to content

Commit 13016e9

Browse files
committed
[QPG] Fix for OpenThread Stack bump compile issue
1 parent 1fecb91 commit 13016e9

File tree

1 file changed

+4
-1
lines changed
  • third_party/openthread/platforms/qpg

1 file changed

+4
-1
lines changed

third_party/openthread/platforms/qpg/BUILD.gn

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ source_set("libopenthread-qpg") {
6262
"${openthread_qpg_root}/src/${openthread_qpg_family}/uart.c",
6363
]
6464

65-
include_dirs = [ "${openthread_qpg_root}/src/${openthread_qpg_family}" ]
65+
include_dirs = [
66+
"${openthread_qpg_root}/src/${openthread_qpg_family}",
67+
"${openthread_root}/examples/platforms/utils",
68+
]
6669

6770
sources += [
6871
"${openthread_root}/examples/apps/cli/cli_uart.cpp",

0 commit comments

Comments
 (0)