mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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…
x
Reference in New Issue
Block a user