Skip to content

Commit

Permalink
remove verifyordie for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 17, 2023
1 parent 9fc22f0 commit 7c905d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ void ICDManager::Init(PersistentStorageDelegate * storage, FabricTable * fabricT

ICDManagementServer::GetInstance().SetSymmetricKeystore(mSymmetricKeystore);

VerifyOrDie(kFastPollingInterval.count() < activeModeInterval);
// Removing the check for now since it is possible for the Fast polling
// to be superior to the activeModeInterval fornow
// VerifyOrDie(kFastPollingInterval.count() < activeModeInterval);

UpdateICDMode();
UpdateOperationState(OperationalState::ActiveMode);
Expand Down

0 comments on commit 7c905d8

Please sign in to comment.