Skip to content

Commit

Permalink
Added comment to rerun restyler
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Dec 16, 2024
1 parent 9609095 commit 6e34765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/silabs/wifi/icd/ApplicationSleepManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ bool ApplicationSleepManager::ProcessKeychainEdgeCase()
void ApplicationSleepManager::OnEnterActiveMode()
{
mIsInActiveMode = true;
// TEMP-fix: Added SLI_SI91X_MCU_INTERFACE to delay 917 NCP sleep till wifi-connection
#if (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1)
mWifiSleepManager->VerifyAndTransitionToLowPowerMode();
#endif // (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1)
Expand All @@ -178,6 +179,7 @@ void ApplicationSleepManager::OnEnterActiveMode()
void ApplicationSleepManager::OnEnterIdleMode()
{
mIsInActiveMode = false;
// TEMP-fix: Added SLI_SI91X_MCU_INTERFACE to delay 917 NCP sleep till wifi-connection
#if (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1)
mWifiSleepManager->VerifyAndTransitionToLowPowerMode();
#endif // (defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1)
Expand Down

0 comments on commit 6e34765

Please sign in to comment.