Skip to content

Commit 8302f2d

Browse files
committed
Removed the unwanted services from gn file
1 parent 0280c54 commit 8302f2d

File tree

1 file changed

+0
-2
lines changed
  • examples/refrigerator-app/silabs

1 file changed

+0
-2
lines changed

examples/refrigerator-app/silabs/BUILD.gn

-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ silabs_executable("refrigerator_app") {
175175
"PW_RPC_BUTTON_SERVICE=1",
176176
"PW_RPC_DESCRIPTOR_SERVICE=1",
177177
"PW_RPC_DEVICE_SERVICE=1",
178-
"PW_RPC_LIGHTING_SERVICE=1",
179178
]
180179

181180
sources += [
@@ -194,7 +193,6 @@ silabs_executable("refrigerator_app") {
194193
"${chip_root}/examples/common/pigweed:button_service.nanopb_rpc",
195194
"${chip_root}/examples/common/pigweed:descriptor_service.nanopb_rpc",
196195
"${chip_root}/examples/common/pigweed:device_service.nanopb_rpc",
197-
"${chip_root}/examples/common/pigweed:lighting_service.nanopb_rpc",
198196
]
199197

200198
if (wifi_soc) {

0 commit comments

Comments
 (0)