mirror of https://github.com/ARMmbed/mbed-os.git
Fix Ethernet driver build (#11096)
Include the missing header file inclusion to find the added MBED_DEPRECATED macro.pull/11073/head
parent
df5baf6031
commit
c6b0a1488b
|
@ -21,6 +21,7 @@
|
|||
#define MBED_ETHERNET_API_H
|
||||
|
||||
#include "device.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
|
||||
#if DEVICE_ETHERNET
|
||||
|
||||
|
|
Loading…
Reference in New Issue