Skip to content

Commit 4820a7e

Browse files
Apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 5a5f9cb commit 4820a7e

File tree

1 file changed

+1
-1
lines changed
  • examples/energy-management-app/esp32/main

1 file changed

+1
-1
lines changed

examples/energy-management-app/esp32/main/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ extern "C" void app_main()
236236
chip::rpc::Init();
237237
#endif
238238

239-
uint8_t features = static_cast<uint8_t>(chip::app::Clusters::DeviceEnergyManagement::sFeatureMap.Raw());
239+
uint8_t features = static_cast<uint8_t>(DeviceEnergyManagement::sFeatureMap.Raw());
240240

241241
ESP_LOGI(TAG, "==================================================");
242242
#if defined(CONFIG_ENABLE_EXAMPLE_EVSE_DEVICE)

0 commit comments

Comments
 (0)