We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f46d27 commit e4fd823Copy full SHA for e4fd823
cores/esp32/esp32-hal-uart.c
@@ -33,8 +33,8 @@
33
#include "hal/gpio_hal.h"
34
#include "esp_rom_gpio.h"
35
36
-static int s_uart_debug_nr = 0; // UART number for debug output
37
-#define REF_TICK_BAUDRATE_LIMIT 250000 // this is maximum UART badrate using REF_TICK as clock
+static int s_uart_debug_nr = 0; // UART number for debug output
+#define REF_TICK_BAUDRATE_LIMIT 250000 // this is maximum UART badrate using REF_TICK as clock
38
39
struct uart_struct_t {
40
0 commit comments