Skip to content

Commit

Permalink
Fix lock-rpc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Jan 30, 2023
1 parent 24ee08b commit f7f6da1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/lock-app/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ efr32_executable("lock_app") {
"PW_RPC_LOCKING_SERVICE=1",
"PW_RPC_OTCLI_SERVICE=1",
"PW_RPC_THREAD_SERVICE=1",
"PW_RPC_TRACING_SERVICE=1",
]

sources += [
Expand All @@ -116,9 +115,6 @@ efr32_executable("lock_app") {
deps += [
"$dir_pw_hdlc:rpc_channel_output",
"$dir_pw_stream:sys_io_stream",
"$dir_pw_trace",
"$dir_pw_trace_tokenized",
"$dir_pw_trace_tokenized:trace_rpc_service",
"${chip_root}/config/efr32/lib/pw_rpc:pw_rpc",
"${chip_root}/examples/common/pigweed:attributes_service.nanopb_rpc",
"${chip_root}/examples/common/pigweed:button_service.nanopb_rpc",
Expand Down

0 comments on commit f7f6da1

Please sign in to comment.