mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 05:52:22 +02:00
protocol_examples_common: Updated to explicitely use esp-eth dependency if needed
* Original commit: espressif/esp-idf@5e19b9c951
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
idf_component_register(SRCS "connect.c" "stdin_out.c" "addr_from_stdin.c"
|
idf_component_register(SRCS "connect.c" "stdin_out.c" "addr_from_stdin.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
PRIV_REQUIRES esp_netif driver
|
PRIV_REQUIRES esp_netif driver esp_eth
|
||||||
)
|
)
|
||||||
|
@ -15,6 +15,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include "esp_err.h"
|
#include "esp_err.h"
|
||||||
#include "esp_netif.h"
|
#include "esp_netif.h"
|
||||||
|
#include "esp_eth.h"
|
||||||
|
|
||||||
#ifdef CONFIG_EXAMPLE_CONNECT_ETHERNET
|
#ifdef CONFIG_EXAMPLE_CONNECT_ETHERNET
|
||||||
#define EXAMPLE_INTERFACE get_example_netif()
|
#define EXAMPLE_INTERFACE get_example_netif()
|
||||||
|
Reference in New Issue
Block a user