Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: lpbeliveau-silabs <[email protected]>
  • Loading branch information
mkardous-silabs and lpbeliveau-silabs authored Nov 20, 2024
1 parent 301836e commit 2b0bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/wifi/WifiInterfaceAbstraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void wfx_retry_connection(uint16_t retryAttempt)
}

#if CHIP_CONFIG_ENABLE_ICD_SERVER
// Remove High performance request before giving up due to a timer start errorto save battery life
// Remove High performance request before giving up due to a timer start error to save battery life
Silabs::WifiSleepManager::GetInstance().RemoveHighPerformanceRequest();
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
return;
Expand Down

0 comments on commit 2b0bee3

Please sign in to comment.