Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Aug 15, 2022
1 parent c3355cf commit 3bfc7f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/chef/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip"
pw_assert_BACKEND = "$dir_pw_assert_log:check_backend"
chip_enable_openthread = true
openthread_external_platform =
"${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32"
"${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32"
1 change: 0 additions & 1 deletion examples/lighting-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ efr32_executable("lighting_app") {
"${chip_root}/third_party/openthread:openthread",
"${examples_plat_dir}:efr-matter-shell",
]

}

if (chip_enable_ota_requestor) {
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ chip_enable_openthread = true
pw_rpc_CONFIG = "$dir_pw_rpc:disable_global_mutex"

openthread_external_platform =
"${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32"
"${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32"
3 changes: 1 addition & 2 deletions src/inet/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ static_library("inet") {
}

if (chip_system_config_use_open_thread_inet_endpoints) {
public_deps +=
[ "${chip_root}/third_party/openthread:openthread" ]
public_deps += [ "${chip_root}/third_party/openthread:openthread" ]
}

if (chip_inet_config_enable_tcp_endpoint) {
Expand Down
3 changes: 1 addition & 2 deletions src/platform/EFR32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ static_library("EFR32") {
"$dir_pw_kvs",
]
if (chip_enable_openthread) {
public_deps +=
[ "${chip_root}/third_party/openthread:openthread" ]
public_deps += [ "${chip_root}/third_party/openthread:openthread" ]

deps += [ "${chip_root}/third_party/silabs:openthread_cli" ]

Expand Down

0 comments on commit 3bfc7f2

Please sign in to comment.