mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Initialize err in tcp_slowtmr to prevent compiler warning.
This commit is contained in:
parent
f975754ad9
commit
4b9e035a9f
@ -454,6 +454,8 @@ tcp_slowtmr(void)
|
||||
u8_t pcb_remove; /* flag if a PCB should be removed */
|
||||
err_t err;
|
||||
|
||||
err = ERR_OK;
|
||||
|
||||
++tcp_ticks;
|
||||
|
||||
/* Steps through all of the active PCBs. */
|
||||
|
Loading…
Reference in New Issue
Block a user