Move ethernetif.c from lwIP main rep to contrib examples directory where it has a chance to be actually found by users

This commit is contained in:
Dirk Ziegelmeier
2018-02-19 07:46:56 +01:00
parent 47c55c3d96
commit 2501913cde
2 changed files with 0 additions and 342 deletions

View File

@@ -5,11 +5,6 @@ are:
ethernet.c
Shared code for Ethernet based interfaces.
ethernetif.c
An example of how an Ethernet device driver could look. This
file can be used as a "skeleton" for developing new Ethernet
network device drivers. It uses the etharp.c ARP code.
lowpan6.c
A 6LoWPAN implementation as a netif.