Make lwip_cyclic_timers[] const

This commit is contained in:
goldsimon
2016-07-26 09:08:29 +02:00
parent ca71eea56f
commit fb75f48751
2 changed files with 6 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ struct lwip_cyclic_timer {
/** This array contains all stack-internal cyclic timers. To get the number of
* timers, use LWIP_ARRAYSIZE() */
extern struct lwip_cyclic_timer lwip_cyclic_timers[];
extern const struct lwip_cyclic_timer lwip_cyclic_timers[];
#if LWIP_TIMERS