Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_TIMER_ALT |
Alternative timer support:
1
= is enabled. User application must implement own Timer API defined by fnet_timer_api_t and provide it during FNET initialization. Also, user application must call fnet_timer_poll() periodically with 100 ms period or less. 0
= is disabled (Default value).Definition at line 632 of file fnet_stack_config.h.