Add missing comment for MIB2 callbacks in opt.h

This commit is contained in:
Dirk Ziegelmeier 2015-12-09 21:06:14 +01:00
parent 0c06f09d6d
commit 0178d1d2ee

View File

@ -815,6 +815,11 @@
#define LWIP_DHCP_AUTOIP_COOP_TRIES 9 #define LWIP_DHCP_AUTOIP_COOP_TRIES 9
#endif #endif
/*
----------------------------------
----- SNMP MIB2 support -----
----------------------------------
*/
/** /**
* LWIP_MIB2_CALLBACKS==1: Turn on SNMP MIB2 callbacks. * LWIP_MIB2_CALLBACKS==1: Turn on SNMP MIB2 callbacks.
* Turn this on to get callbacks needed to implement MIB2. * Turn this on to get callbacks needed to implement MIB2.