chore: bloatify
This commit is contained in:
@@ -974,10 +974,7 @@ void DHCP_init(uint8_t s, uint8_t * buf)
|
||||
/* Reset the DHCP timeout count and retry count. */
|
||||
void reset_DHCP_timeout(void)
|
||||
{
|
||||
#ifdef _DHCP_DEBUG_
|
||||
printf("> reset_DHCP_timeout !!!\r\n");
|
||||
#endif
|
||||
// dhcp_tick_1s = 0;
|
||||
dhcp_tick_1s = 0;
|
||||
dhcp_tick_next = DHCP_WAIT_TIME;
|
||||
dhcp_retry_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user