We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e66850 commit 8d9d7faCopy full SHA for 8d9d7fa
ports/esp32/machine_uart.c
@@ -27,6 +27,7 @@
27
// This file is never compiled standalone, it's included directly from
28
// extmod/machine_uart.c via MICROPY_PY_MACHINE_UART_INCLUDEFILE.
29
30
+#include "soc/uart_periph.h"
31
#include "driver/uart.h"
32
#include "freertos/FreeRTOS.h"
33
#include "freertos/task.h"
ports/esp32/uart.c
@@ -34,6 +34,7 @@
34
#if MICROPY_HW_ENABLE_UART_REPL
35
36
#include <stdio.h>
37
38
#include "driver/uart.h" // For uart_get_sclk_freq()
39
#include "hal/uart_hal.h"
40
#include "soc/uart_periph.h"
0 commit comments