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 2981a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ 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));
#endif
Expand Down

0 comments on commit 2981a56

Please sign in to comment.