mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Note about ethernetif.c not up-to-date with etharp.c API. Fixed typo.
This commit is contained in:
parent
b9353eaf12
commit
e41134bbbe
@ -3,7 +3,7 @@ don't contain any hardware or architecture specific code. The files
|
||||
are:
|
||||
|
||||
etharp.c
|
||||
Implementes the ARP (Address Resolution Protocol) over
|
||||
Implements the ARP (Address Resolution Protocol) over
|
||||
Ethernet. The code in this file should be used together with
|
||||
Ethernet device drivers.
|
||||
|
||||
|
@ -35,6 +35,8 @@
|
||||
* drivers for lwIP. Add code to the low_level functions and do a
|
||||
* search-and-replace for the word "ethernetif" to replace it with
|
||||
* something that better describes your network interface.
|
||||
*
|
||||
* THIS CODE NEEDS TO BE FIXED - IT IS NOT In SYNC WITH CURRENT ETHARP API
|
||||
*/
|
||||
|
||||
#include "lwip/debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user