Forgot to remove two SNMP options from opt.h that are now in lwip/apps/snmp_opts.h

This commit is contained in:
Dirk Ziegelmeier 2015-12-03 13:51:59 +01:00
parent bd4c4b5959
commit 8bb27ba8c4

View File

@ -2968,20 +2968,6 @@
#define AUTOIP_DEBUG LWIP_DBG_OFF
#endif
/**
* SNMP_MSG_DEBUG: Enable debugging for SNMP messages.
*/
#ifndef SNMP_MSG_DEBUG
#define SNMP_MSG_DEBUG LWIP_DBG_OFF
#endif
/**
* SNMP_MIB_DEBUG: Enable debugging for SNMP MIBs.
*/
#ifndef SNMP_MIB_DEBUG
#define SNMP_MIB_DEBUG LWIP_DBG_OFF
#endif
/**
* DNS_DEBUG: Enable debugging for DNS.
*/