mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 00:32:51 +00:00
Minor SNMP compile and comment fix
This commit is contained in:
parent
7b946fa9b1
commit
5e34b8736a
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include "lwip/apps/snmp_opts.h"
|
#include "lwip/apps/snmp_opts.h"
|
||||||
|
|
||||||
#if LWIP_SNMP /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_SNMP && (NO_SYS == 0) /* don't build if not configured for use in lwipopts.h */
|
||||||
|
|
||||||
#include "lwip/apps/snmp_threadsync.h"
|
#include "lwip/apps/snmp_threadsync.h"
|
||||||
#include "lwip/apps/snmp_core.h"
|
#include "lwip/apps/snmp_core.h"
|
||||||
|
@ -246,4 +246,5 @@
|
|||||||
#define SNMP_LWIP_GETBULK_MAX_REPETITIONS 0
|
#define SNMP_LWIP_GETBULK_MAX_REPETITIONS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* SNMP_LWIP_MIB2 */
|
#endif /* LWIP_HDR_SNMP_OPTS_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user