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 14
14
* limitations under the License.
15
15
*/
16
16
17
- #include " mbed.h"
18
17
#include " EthernetInterface.h"
19
- #include " NetworkStack .h"
18
+ #include " mbed .h"
20
19
#include " SingletonPtr.h"
21
20
22
21
#include " eth_arch.h"
Original file line number Diff line number Diff line change 17
17
#ifndef ETHERNET_INTERFACE_H
18
18
#define ETHERNET_INTERFACE_H
19
19
20
- #include " EthInterface .h"
20
+ #include " nsapi .h"
21
21
#include " rtos.h"
22
22
#include " lwip/netif.h"
23
23
24
24
// Forward declaration
25
25
class NetworkStack ;
26
26
27
+
27
28
/* * EthernetInterface class
28
29
* Implementation of the NetworkStack for LWIP
29
30
*/
@@ -60,4 +61,5 @@ class EthernetInterface : public EthInterface
60
61
virtual NetworkStack * get_stack (void );
61
62
};
62
63
64
+
63
65
#endif
You can’t perform that action at this time.
0 commit comments