mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
snmp: syntax error fix on endif comment
*/ omitted on comment, added.
This commit is contained in:
parent
10ab72855d
commit
99d1fdd270
@ -104,7 +104,7 @@ const char * snmp_get_community_write(void);
|
||||
const char * snmp_get_community_trap(void);
|
||||
void snmp_set_community_write(const char * const community);
|
||||
void snmp_set_community_trap(const char * const community);
|
||||
#endif /* SNMP_COMMUNITY_EXT
|
||||
#endif /* SNMP_COMMUNITY_EXT */
|
||||
|
||||
/* system */
|
||||
void snmp_set_sysdescr(const u8_t* str, const u8_t* len);
|
||||
|
Loading…
Reference in New Issue
Block a user