fixed compiler warning (stray 'a ' in code) - why is this a warning only???

This commit is contained in:
goldsimon 2015-09-08 09:52:22 +02:00
parent b8d7a2b8e6
commit 7702ed66a0

View File

@ -592,7 +592,7 @@ void netif_set_down(struct netif *netif)
{
if (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 (netif->flags & NETIF_FLAG_ETHARP) {