File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
examples/lighting-app/silabs Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ if (wifi_soc) {
9090 " ${ examples_common_plat_dir } /FreeRTOSConfig.h" ,
9191 " ${ silabs_project_dir } /include/CHIPProjectConfig.h" ,
9292 ]
93-
93+
9494 include_dirs = [
9595 " ${ chip_root } /src/platform/silabs/SiWx" ,
9696 " ${ silabs_project_dir } /include" ,
9797 " ${ examples_plat_dir } " ,
9898 " ${ chip_root } /src/lib" ,
9999 " ${ examples_common_plat_dir } " ,
100100 ]
101-
101+
102102 defines = []
103103 if (chip_enable_pw_rpc ) {
104- defines += [
105- " HAL_VCOM_ENABLE=1" ,
104+ defines += [
105+ " HAL_VCOM_ENABLE=1" ,
106106 " PW_RPC_ENABLED" ,
107107 ]
108108 }
@@ -116,7 +116,7 @@ if (wifi_soc) {
116116 " ${ examples_common_plat_dir } /FreeRTOSConfig.h" ,
117117 " ${ silabs_project_dir } /include/CHIPProjectConfig.h" ,
118118 ]
119-
119+
120120 include_dirs = [
121121 " ${ chip_root } /src/platform/silabs/efr32" ,
122122 " ${ silabs_project_dir } /include" ,
@@ -125,13 +125,13 @@ if (wifi_soc) {
125125 " ${ examples_common_plat_dir } " ,
126126 " ${ examples_common_plat_dir } /rgb_led" ,
127127 ]
128-
128+
129129 defines = []
130130 if (chip_enable_pw_rpc ) {
131- defines += [
132- " HAL_VCOM_ENABLE=1" ,
131+ defines += [
132+ " HAL_VCOM_ENABLE=1" ,
133133 " PW_RPC_ENABLED" ,
134- ]
134+ ]
135135 }
136136 if (sl_enable_rgb_led ) {
137137 include_dirs += [ " ${ examples_common_plat_dir } /rgb_led" ]
You can’t perform that action at this time.
0 commit comments