i wasn't asking...

This commit is contained in:
Thomas Göttgens 2023-04-11 13:50:03 +02:00
parent f526c4cc5a
commit eeeb7c5080

View File

@ -16,11 +16,11 @@
#include <driver/rtc_io.h> #include <driver/rtc_io.h>
#include <driver/uart.h> #include <driver/uart.h>
#ifndef INCLUDE_vTaskSuspend esp_sleep_source_t wakeCause; // the reason we booted this time
#define INCLUDE_vTaskSuspend 0
#endif #endif
esp_sleep_source_t wakeCause; // the reason we booted this time #ifndef INCLUDE_vTaskSuspend
#define INCLUDE_vTaskSuspend 0
#endif #endif
#ifdef HAS_PMU #ifdef HAS_PMU