mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
fix(esp_eth): explicitly include FreeRTOS headers into ip101 driver to ensure availability of vTaskDelay
This commit is contained in:
committed by
Ondrej Kosta
parent
12de4603c0
commit
eb8985886d
@@ -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";
|
||||
|
Reference in New Issue
Block a user