Skip to content

Commit

Permalink
remove check since ActiveModeDuration can be 0 for SIT and LIT ICDs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Feb 5, 2024
1 parent 0e3f6f4 commit 3286af5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ void ICDManager::Init(PersistentStorageDelegate * storage, FabricTable * fabricT

VerifyOrDie(InitCounter() == CHIP_NO_ERROR);

// Removing the check for now since it is possible for the Fast polling
// to be larger than the ActiveModeDuration for now
// uint32_t activeModeDuration = ICDConfigurationData::GetInstance().GetActiveModeDurationMs();
// VerifyOrDie(kFastPollingInterval.count() < activeModeDuration);

UpdateICDMode();
UpdateOperationState(OperationalState::IdleMode);
}
Expand Down

0 comments on commit 3286af5

Please sign in to comment.