Fixed compiler warning in snmp.h introduced by last patches

This commit is contained in:
sg 2015-02-14 15:04:55 +01:00
parent 4ebeeaf1e0
commit 723eaa1f40

View File

@ -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);