Skip to content

Commit

Permalink
Update following review comments from Boris
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC1965 committed Jul 20, 2024
1 parent 14beb82 commit fa59eb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Status DeviceEnergyManagementDelegate::PowerAdjustRequest(const int64_t powerMw,

SetESAState(ESAStateEnum::kPowerAdjustActive);

// mPowerAdjustCapabilityStruct is guaranteed to have a value as validated in Instance::HandlePowerAdjustRequest.
// If it did not have a value, this method would not have been called.
switch (cause)
{
case AdjustmentCauseEnum::kLocalOptimization:
Expand Down

0 comments on commit fa59eb6

Please sign in to comment.