mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-11-24 12:57:44 +01:00
fix: spelling error fix (#849)
This commit is contained in:
@@ -73,7 +73,7 @@ int16_t SERIAL_rx(uint8_t *buf, uint16_t size, uint16_t timeout_ms)
|
||||
{
|
||||
int16_t bytes_read = uart_read_bytes(UART_NUM_1, buf, size, timeout_ms / portTICK_PERIOD_MS);
|
||||
|
||||
#if BM1937_SERIALRX_DEBUG || BM1366_SERIALRX_DEBUG || BM1368_SERIALRX_DEBUG
|
||||
#if BM1397_SERIALRX_DEBUG || BM1366_SERIALRX_DEBUG || BM1368_SERIALRX_DEBUG
|
||||
size_t buff_len = 0;
|
||||
if (bytes_read > 0) {
|
||||
uart_get_buffered_data_len(UART_NUM_1, &buff_len);
|
||||
|
||||
Reference in New Issue
Block a user