Fix esp32s2 build

This commit is contained in:
Michael Himing 2022-03-25 22:30:20 +11:00
parent 686012426d
commit f96cd7361d
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
#include "components/hal/include/hal/uart_types.h"
#include "py/obj.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
typedef struct {
mp_obj_base_t base;
const mcu_pin_obj_t *rx_pin;