File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #include " mbed.h"
1817#include " EthernetInterface.h"
19- #include " NetworkStack .h"
18+ #include " mbed .h"
2019#include " SingletonPtr.h"
2120
2221#include " eth_arch.h"
Original file line number Diff line number Diff line change 1717#ifndef ETHERNET_INTERFACE_H
1818#define ETHERNET_INTERFACE_H
1919
20- #include " EthInterface .h"
20+ #include " nsapi .h"
2121#include " rtos.h"
2222#include " lwip/netif.h"
2323
2424// Forward declaration
2525class NetworkStack ;
2626
27+
2728/* * EthernetInterface class
2829 * Implementation of the NetworkStack for LWIP
2930 */
@@ -60,4 +61,5 @@ class EthernetInterface : public EthInterface
6061 virtual NetworkStack * get_stack (void );
6162};
6263
64+
6365#endif
You can’t perform that action at this time.
0 commit comments