mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 03:16:03 +00:00
opt: fix build without SNMP_COMMUNITY_EXT
define value omitted on #define SNMP_COMMUNITY_EXT in opt.h, default is 0
This commit is contained in:
parent
0d18516af8
commit
10ab72855d
@ -884,7 +884,7 @@
|
||||
* Set this to 1 to enable support for dedicated write-access and trap communities.
|
||||
*/
|
||||
#ifndef SNMP_COMMUNITY_EXT
|
||||
#define SNMP_COMMUNITY_EXT
|
||||
#define SNMP_COMMUNITY_EXT 0
|
||||
#endif
|
||||
|
||||
#if SNMP_COMMUNITY_EXT
|
||||
|
Loading…
Reference in New Issue
Block a user