mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
fixed compiler warning (stray 'a ' in code) - why is this a warning only???
This commit is contained in:
parent
b8d7a2b8e6
commit
7702ed66a0
@ -592,7 +592,7 @@ void netif_set_down(struct netif *netif)
|
|||||||
{
|
{
|
||||||
if (netif->flags & NETIF_FLAG_UP) {
|
if (netif->flags & NETIF_FLAG_UP) {
|
||||||
netif->flags &= ~NETIF_FLAG_UP;
|
netif->flags &= ~NETIF_FLAG_UP;
|
||||||
a MIB2_COPY_SYSUPTIME_TO(&netif->ts);
|
MIB2_COPY_SYSUPTIME_TO(&netif->ts);
|
||||||
|
|
||||||
#if LWIP_IPV4 && LWIP_ARP
|
#if LWIP_IPV4 && LWIP_ARP
|
||||||
if (netif->flags & NETIF_FLAG_ETHARP) {
|
if (netif->flags & NETIF_FLAG_ETHARP) {
|
||||||
|
Loading…
Reference in New Issue
Block a user