mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-15 22:21:51 +00:00
Fixed bug #28529: macro LWIP_DEBUG_TIMERNAMES in timers.h
This commit is contained in:
parent
32833bcd56
commit
27c9670718
@ -43,7 +43,10 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LWIP_DEBUG_TIMERNAMES
|
#ifndef LWIP_DEBUG_TIMERNAMES
|
||||||
#define LWIP_DEBUG_TIMERNAMES (LWIP_DEBUG && SYS_DEBUG)
|
#ifdef LWIP_DEBUG
|
||||||
|
#define LWIP_DEBUG_TIMERNAMES SYS_DEBUG
|
||||||
|
#else
|
||||||
|
#define LWIP_DEBUG_TIMERNAMES 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef void (* sys_timeout_handler)(void *arg);
|
typedef void (* sys_timeout_handler)(void *arg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user