mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-11 18:36:41 +00:00
Fix unused variable in snmp_example.c when SNMP is disabled
This commit is contained in:
parent
65033b6ba5
commit
2e9c60b410
@ -51,8 +51,8 @@ static const struct snmp_mib *mibs[] = {
|
||||
void
|
||||
snmp_example_init(void)
|
||||
{
|
||||
s32_t req_nr;
|
||||
#if LWIP_SNMP
|
||||
s32_t req_nr;
|
||||
lwip_privmib_init();
|
||||
#if SNMP_LWIP_MIB2
|
||||
#if SNMP_USE_NETCONN
|
||||
|
Loading…
Reference in New Issue
Block a user