mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Two trivial typo fixes.
This commit is contained in:
parent
7d4aef9576
commit
110e5af36c
@ -75,7 +75,7 @@ low_level_init(struct netif *netif)
|
|||||||
/* set MAC hardware address */
|
/* set MAC hardware address */
|
||||||
netif->hwaddr[0] = ;
|
netif->hwaddr[0] = ;
|
||||||
...
|
...
|
||||||
netif->hwaddr[6] = ;
|
netif->hwaddr[5] = ;
|
||||||
|
|
||||||
/* maximum transfer unit */
|
/* maximum transfer unit */
|
||||||
netif->mtu = 1500;
|
netif->mtu = 1500;
|
||||||
@ -169,7 +169,7 @@ low_level_input(struct ethernetif *ethernetif)
|
|||||||
*
|
*
|
||||||
* This function is called by the TCP/IP stack when an IP packet
|
* This function is called by the TCP/IP stack when an IP packet
|
||||||
* should be sent. It calls the function called low_level_output() to
|
* should be sent. It calls the function called low_level_output() to
|
||||||
* do the actuall transmission of the packet.
|
* do the actual transmission of the packet.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user