Skip to content

Commit f96cd73

Browse files
committed
Fix esp32s2 build
1 parent 6860124 commit f96cd73

File tree

1 file changed

+4
-0
lines changed
  • ports/espressif/common-hal/busio

1 file changed

+4
-0
lines changed

ports/espressif/common-hal/busio/UART.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
#include "components/hal/include/hal/uart_types.h"
3333
#include "py/obj.h"
3434

35+
#include "freertos/FreeRTOS.h"
36+
#include "freertos/task.h"
37+
#include "freertos/queue.h"
38+
3539
typedef struct {
3640
mp_obj_base_t base;
3741
const mcu_pin_obj_t *rx_pin;

0 commit comments

Comments
 (0)