From 32e189ec671ce68981eed159ba440d11dab09fe0 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jul 2019 10:23:26 +0200 Subject: [PATCH] https://github.com/proddy/EMS-ESP/pull/154 --- src/emsuart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsuart.cpp b/src/emsuart.cpp index 35727a407..d856a7bff 100644 --- a/src/emsuart.cpp +++ b/src/emsuart.cpp @@ -251,7 +251,7 @@ _EMS_TX_STATUS ICACHE_FLASH_ATTR emsuart_tx_buffer(uint8_t * buf, uint8_t len) { * We set EMS_Sys_Status.emsTxStatus to EMS_TX_BRK_DETECT and return * */ - + // shorter busy poll... #define EMSUART_BUSY_WAIT (EMSUART_BIT_TIME / 8) #define EMS_TX_TO_COUNT ((20 + 10000 / EMSUART_BIT_TIME) * 8)