trxfix portduino

This commit is contained in:
Thomas Göttgens 2023-04-11 13:45:18 +02:00
parent a9eb19fc62
commit f526c4cc5a

View File

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