Skip to content

Commit

Permalink
Fixed copy pasted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Jan 12, 2024
1 parent 6dc1335 commit 2fd75be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ void ICDManager::UpdateICDMode()
ICDConfigurationData::GetInstance().SetICDMode(tempMode);
postObserverEvent(ObserverEventType::ICDModeChange);

// Can't use attribute accessors/Attributes::FeatureMap::Get in unit tests
// Can't use attribute accessors/Attributes::OperatingMode::Set in unit tests
#if !CONFIG_BUILD_FOR_HOST_UNIT_TEST
Attributes::OperatingMode::Set(kRootEndpointId, static_cast<OperatingModeEnum>(tempMode));
Attributes::OperatingMode::Set(kRootEndpointId, tempMode);
#endif
}

Expand Down

0 comments on commit 2fd75be

Please sign in to comment.