fix parameters and compilation

This commit is contained in:
Thomas Göttgens
2023-04-11 13:32:19 +02:00
parent 29c13b5c30
commit a9eb19fc62
8 changed files with 8 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ void doGPSpowersave(bool on)
#endif
}
void doDeepSleep(uint64_t msecToWake)
void doDeepSleep(uint32_t msecToWake)
{
if (INCLUDE_vTaskSuspend && (msecToWake == portMAX_DELAY)) {
LOG_INFO("Entering deep sleep forever\n");