Minor change (use DHCP_COARSE_TIMER_MSECS)

This commit is contained in:
fbernon 2007-10-15 21:32:28 +00:00
parent f0794fa1b2
commit b9647ba1b1

View File

@ -102,7 +102,7 @@ static timers_infos timers_table[] = {
#endif /* LWIP_ARP */
#if LWIP_DHCP
{ 0, DHCP_FINE_TIMER_MSECS, dhcp_fine_tmr},
{ 0, ((DHCP_COARSE_TIMER_SECS)*1000)), dhcp_coarse_tmr},
{ 0, DHCP_COARSE_TIMER_MSECS, dhcp_coarse_tmr},
#endif /* LWIP_DHCP */
#if IP_REASSEMBLY
{ 0, IP_TMR_INTERVAL, ip_reass_tmr},