Skip to content

Commit 7aaae37

Browse files
committed
Fix esp32s2 build
1 parent 6860124 commit 7aaae37

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

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

35+
#include "freertos/task.h"
36+
#include "freertos/queue.h"
37+
3538
typedef struct {
3639
mp_obj_base_t base;
3740
const mcu_pin_obj_t *rx_pin;

0 commit comments

Comments
 (0)