Note about ethernetif.c not up-to-date with etharp.c API. Fixed typo.

This commit is contained in:
likewise 2002-11-11 14:37:30 +00:00
parent b9353eaf12
commit e41134bbbe
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ don't contain any hardware or architecture specific code. The files
are: are:
etharp.c 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. The code in this file should be used together with
Ethernet device drivers. Ethernet device drivers.

View File

@ -35,6 +35,8 @@
* drivers for lwIP. Add code to the low_level functions and do a * drivers for lwIP. Add code to the low_level functions and do a
* search-and-replace for the word "ethernetif" to replace it with * search-and-replace for the word "ethernetif" to replace it with
* something that better describes your network interface. * 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" #include "lwip/debug.h"