This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/components/openthread/src/port/esp_openthread_uart.c b/components/openthread/src/port/esp_openthread_uart.c | |
| index 1e19af66e5..b2cb6a6395 100644 | |
| --- a/components/openthread/src/port/esp_openthread_uart.c | |
| +++ b/components/openthread/src/port/esp_openthread_uart.c | |
| @@ -8,7 +8,6 @@ | |
| #include <errno.h> | |
| #include <fcntl.h> | |
| -#include <sys/select.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/examples/openthread/ot_rcp/main/esp_ot_rcp.c b/examples/openthread/ot_rcp/main/esp_ot_rcp.c | |
| index 765fef58a2..bf97db1c77 100644 | |
| --- a/examples/openthread/ot_rcp/main/esp_ot_rcp.c | |
| +++ b/examples/openthread/ot_rcp/main/esp_ot_rcp.c | |
| @@ -31,10 +31,25 @@ | |
| #define TAG "ot_esp_rcp" | |
| +#include "driver/gpio.h" | |
| +#include "freertos/FreeRTOS.h" |