We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0280c54 commit 8302f2dCopy full SHA for 8302f2d
examples/refrigerator-app/silabs/BUILD.gn
@@ -175,7 +175,6 @@ silabs_executable("refrigerator_app") {
175
"PW_RPC_BUTTON_SERVICE=1",
176
"PW_RPC_DESCRIPTOR_SERVICE=1",
177
"PW_RPC_DEVICE_SERVICE=1",
178
- "PW_RPC_LIGHTING_SERVICE=1",
179
]
180
181
sources += [
@@ -194,7 +193,6 @@ silabs_executable("refrigerator_app") {
194
193
"${chip_root}/examples/common/pigweed:button_service.nanopb_rpc",
195
"${chip_root}/examples/common/pigweed:descriptor_service.nanopb_rpc",
196
"${chip_root}/examples/common/pigweed:device_service.nanopb_rpc",
197
- "${chip_root}/examples/common/pigweed:lighting_service.nanopb_rpc",
198
199
200
if (wifi_soc) {
0 commit comments