improve uart break timing

This commit is contained in:
MichaelDvP
2024-04-14 17:08:01 +02:00
parent 7b1845ed2e
commit 3c5790639e
2 changed files with 17 additions and 10 deletions

View File

@@ -67,7 +67,8 @@ class EMSuart {
static uint16_t transmit(const uint8_t * buf, const uint8_t len);
private:
static void uart_event_task(void * pvParameters);
static void IRAM_ATTR uart_gen_break(uint32_t length_us);
static void uart_event_task(void * pvParameters);
};
} // namespace emsesp