Forgot one line & comments

This commit is contained in:
goldsimon 2010-01-10 10:32:56 +00:00
parent 27c9670718
commit aa7dd9a8ad

View File

@ -45,8 +45,9 @@ extern "C" {
#ifndef LWIP_DEBUG_TIMERNAMES
#ifdef LWIP_DEBUG
#define LWIP_DEBUG_TIMERNAMES SYS_DEBUG
#else
#else /* LWIP_DEBUG */
#define LWIP_DEBUG_TIMERNAMES 0
#endif /* LWIP_DEBUG*/
#endif
typedef void (* sys_timeout_handler)(void *arg);