Skip to content

Commit

Permalink
Removed blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Sep 16, 2024
1 parent 78d6af8 commit f7cb5a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/energy-management-app/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,18 @@ import("${examples_common_plat_dir}/args.gni")
declare_args() {
# Dump memory usage at link time.
chip_print_memory_usage = false

# Enable test event triggers by default: Disable these in production devices
chip_enable_energy_evse_trigger = true
chip_enable_energy_reporting_trigger = true
chip_enable_water_heater_management_trigger = true
chip_enable_device_energy_management_trigger = true

# Device Energy Management feature support - only one of these can be true
# or both can be disabled if forecasting is not supported
chip_dem_support_power_forecast_reporting = true
chip_dem_support_state_forecast_reporting = false

# Only one of these examples should be enabled
chip_enable_example_evse_device = true
chip_enable_example_water_heater_device = false

}

if (slc_generate) {
Expand Down

0 comments on commit f7cb5a9

Please sign in to comment.