Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 9, 2022
1 parent c1f4158 commit e30ef4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/lighting-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ efr32_executable("lighting_app") {
}

if (chip_enable_ota_requestor) {
defines += ["EFR32_OTA_ENABLED"]
sources += ["${examples_plat_dir}/OTAConfig.cpp"]
defines += [ "EFR32_OTA_ENABLED" ]
sources += [ "${examples_plat_dir}/OTAConfig.cpp" ]
}

if (use_rs911x) {
Expand Down
5 changes: 2 additions & 3 deletions examples/lock-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ efr32_executable("lock_app") {
}

if (chip_enable_ota_requestor) {
defines += ["EFR32_OTA_ENABLED"]
sources += ["${examples_plat_dir}/OTAConfig.cpp"]
defines += [ "EFR32_OTA_ENABLED" ]
sources += [ "${examples_plat_dir}/OTAConfig.cpp" ]
}


if (use_rs911x) {
sources += rs911x_src_plat

Expand Down
4 changes: 2 additions & 2 deletions examples/window-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ efr32_executable("window_app") {
]

if (chip_enable_ota_requestor) {
defines += ["EFR32_OTA_ENABLED"]
sources += ["${examples_plat_dir}/OTAConfig.cpp"]
defines += [ "EFR32_OTA_ENABLED" ]
sources += [ "${examples_plat_dir}/OTAConfig.cpp" ]
}

if (use_rs911x) {
Expand Down

0 comments on commit e30ef4a

Please sign in to comment.