From f526c4cc5a01755709045f86678ada4c25c6eb19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 11 Apr 2023 13:45:18 +0200 Subject: [PATCH] trxfix portduino --- src/sleep.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sleep.cpp b/src/sleep.cpp index 9d2b557ac..650cb66d6 100644 --- a/src/sleep.cpp +++ b/src/sleep.cpp @@ -16,6 +16,10 @@ #include #include +#ifndef INCLUDE_vTaskSuspend +#define INCLUDE_vTaskSuspend 0 +#endif + esp_sleep_source_t wakeCause; // the reason we booted this time #endif