Call tcp_timer_needed() with NO_SYS==1, too

This commit is contained in:
goldsimon
2010-01-07 09:47:30 +00:00
parent cfe4a12a46
commit cce192a671
3 changed files with 3 additions and 6 deletions

View File

@@ -610,11 +610,7 @@ s16_t tcp_pcbs_sane(void);
# define tcp_pcbs_sane() 1
#endif /* TCP_DEBUG */
#if NO_SYS
#define tcp_timer_needed()
#else
void tcp_timer_needed(void);
#endif
/* The TCP PCB lists. */
union tcp_listen_pcbs_t { /* List of all TCP PCBs in LISTEN state. */