The Pedigree Project
0.1
|
Macros | |
#define | LWIP_TIMERS 1 |
#define | LWIP_TIMERS_CUSTOM 0 |
#define LWIP_TIMERS 1 |
#define LWIP_TIMERS_CUSTOM 0 |
LWIP_TIMERS_CUSTOM==1: Provide your own timer implementation. Function prototypes in timeouts.h and the array of lwip-internal cyclic timers are still included, but the implementation is not. The following functions will be required: sys_timeouts_init(), sys_timeout(), sys_untimeout(), sys_timeouts_mbox_fetch()