Revert "debug_dhcp to follow general debug"

This commit is contained in:
Bill Sideris 2022-11-30 22:44:18 +02:00
parent 0738d50834
commit 3fb4fd81e9
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
2 changed files with 1 additions and 4 deletions

View File

@ -95,6 +95,7 @@
#define TCPIP_DEBUG LWIP_DBG_OFF
#define PPP_DEBUG LWIP_DBG_OFF
#define SLIP_DEBUG LWIP_DBG_OFF
#define DHCP_DEBUG LWIP_DBG_OFF
#define MDNS_DEBUG LWIP_DBG_OFF
#define LWIP_TIMEVAL_PRIVATE 0

View File

@ -31,10 +31,6 @@
#define DHCPS_BASE_IP (16)
#define DHCPS_MAX_IP (8)
#ifndef DHCP_DEBUG
#define DHCP_DEBUG LWIP_DBG_ON
#endif
typedef struct _dhcp_server_lease_t {
uint8_t mac[6];
uint16_t expiry;