mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 03:16:03 +00:00
Fixed compiler warning in snmp.h introduced by last patches
This commit is contained in:
parent
4ebeeaf1e0
commit
723eaa1f40
@ -98,7 +98,7 @@ struct snmp_obj_id
|
||||
};
|
||||
|
||||
const char * snmp_get_community(void);
|
||||
void snmp_set_community(const char *community);
|
||||
void snmp_set_community(const char * const community);
|
||||
|
||||
/* system */
|
||||
void snmp_set_sysdescr(const u8_t* str, const u8_t* len);
|
||||
|
Loading…
Reference in New Issue
Block a user