Merge branch 'bugfix/ip101_hw_reset_include' into 'master'

fix(esp_eth): explicitly include FreeRTOS headers into ip101 driver

See merge request espressif/esp-idf!29063
pull/13294/head
Bogdan Kolendovskyy 2024-02-28 16:20:35 +08:00
commit f02fadda87
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,8 @@
#include <sys/cdefs.h>
#include "esp_log.h"
#include "esp_check.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_eth_phy_802_3.h"
static const char *TAG = "ip101";