trxfix portduino

pull/2424/head
Thomas Göttgens 2023-04-11 13:45:18 +02:00
rodzic a9eb19fc62
commit f526c4cc5a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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