Skip to content

Commit f7cb5a9

Browse files
committedSep 16, 2024
Removed blank lines
1 parent 78d6af8 commit f7cb5a9

File tree

1 file changed

+0
-4
lines changed
  • examples/energy-management-app/silabs

1 file changed

+0
-4
lines changed
 

‎examples/energy-management-app/silabs/BUILD.gn

-4
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,18 @@ import("${examples_common_plat_dir}/args.gni")
4747
declare_args() {
4848
# Dump memory usage at link time.
4949
chip_print_memory_usage = false
50-
5150
# Enable test event triggers by default: Disable these in production devices
5251
chip_enable_energy_evse_trigger = true
5352
chip_enable_energy_reporting_trigger = true
5453
chip_enable_water_heater_management_trigger = true
5554
chip_enable_device_energy_management_trigger = true
56-
5755
# Device Energy Management feature support - only one of these can be true
5856
# or both can be disabled if forecasting is not supported
5957
chip_dem_support_power_forecast_reporting = true
6058
chip_dem_support_state_forecast_reporting = false
61-
6259
# Only one of these examples should be enabled
6360
chip_enable_example_evse_device = true
6461
chip_enable_example_water_heater_device = false
65-
6662
}
6763

6864
if (slc_generate) {

0 commit comments

Comments
 (0)