mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-15 20:56:51 +08:00
Make lwip_cyclic_timers[] const
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user