esp_eth: Reduce internal deps onto netif-glue

This commit is contained in:
David Cermak
2022-05-27 09:06:42 +02:00
committed by David Čermák
parent 5e19b9c951
commit 343cf2696e
22 changed files with 39 additions and 50 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include "esp_attr.h"
#include "esp_log.h"
#include "esp_check.h"
#include "esp_eth.h"
#include "esp_eth_driver.h"
#include "esp_pm.h"
#include "esp_mac.h"
#include "esp_heap_caps.h"