mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-15 13:20:57 +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
|
||||
|
||||
#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
|
||||
|
||||
typedef void (* sys_timeout_handler)(void *arg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user