Skip to content

Commit d8245cb

Browse files
Chapoly1305tehampson
andauthoredApr 16, 2024
Update rpc_config.gni (#32980)
* Update rpc_config.gni The "pw_rpc" is not a valid .h file can be found from upstream, neither any file starting with this name. * Update rpc_config.gni pw_rpc was an alias of default_addresses that was removed * Update rpc_config.gni pw_rpc was an alias of default_addresses that was removed. Fix for #32979. * Update examples/common/pigweed/rpc_config.gni Co-authored-by: Terence Hampson <thampson@google.com> --------- Co-authored-by: Terence Hampson <thampson@google.com>
1 parent 5a8aa62 commit d8245cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/common/pigweed/rpc_config.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rpc_sources = [
3131
]
3232

3333
rpc_deps = [
34-
"$dir_pw_hdlc:pw_rpc",
34+
"$dir_pw_hdlc:default_addresses",
3535
"$dir_pw_hdlc:rpc_channel_output",
3636
"$dir_pw_log",
3737
"$dir_pw_rpc:server",

0 commit comments

Comments
 (0)