Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
jamesharrow and bzbarsky-apple authored Aug 29, 2024
1 parent 5a5f9cb commit 4820a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/energy-management-app/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ extern "C" void app_main()
chip::rpc::Init();
#endif

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

ESP_LOGI(TAG, "==================================================");
#if defined(CONFIG_ENABLE_EXAMPLE_EVSE_DEVICE)
Expand Down

0 comments on commit 4820a7e

Please sign in to comment.