From 67b48b913c18af93955dd2808dd2536098429211 Mon Sep 17 00:00:00 2001 From: Chris Gravel Date: Tue, 10 May 2022 12:46:12 -0700 Subject: [PATCH] Chef - Fix typo doRpc -> do_rpc Change-Id: I226aacc73738ce98487272fcd126efc81159ba47 --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 899c3005201c0d..d7c9c4db03c178 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -307,7 +307,7 @@ def main(argv: Sequence[str]) -> None: import("//build_overrides/chip.gni") import("\\${{chip_root}}/config/standalone/args.gni") chip_shell_cmd_server = false - target_defines = ["CHIP_DEVICE_CONFIG_DEVICE_VENDOR_ID={options.vid}", "CHIP_DEVICE_CONFIG_DEVICE_PRODUCT_ID={options.pid}", "CONFIG_ENABLE_PW_RPC={'1' if options.doRPC else '0'}"] + target_defines = ["CHIP_DEVICE_CONFIG_DEVICE_VENDOR_ID={options.vid}", "CHIP_DEVICE_CONFIG_DEVICE_PRODUCT_ID={options.pid}", "CONFIG_ENABLE_PW_RPC={'1' if options.do_rpc else '0'}"] """)) with open(f"{_CHEF_SCRIPT_PATH}/linux/sample.gni", "w") as f: f.write(textwrap.dedent(f"""\