Skip to content

Commit bcc4aaf

Browse files
hugueskambaevedon
authored andcommitted
Fix Ethernet driver build (#11096)
Include the missing header file inclusion to find the added MBED_DEPRECATED macro.
1 parent 24b3ca0 commit bcc4aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hal/ethernet_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define MBED_ETHERNET_API_H
2222

2323
#include "device.h"
24+
#include "platform/mbed_toolchain.h"
2425

2526
#if DEVICE_ETHERNET
2627

0 commit comments

Comments
 (0)