From 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Mar 2021 12:54:03 +0000 Subject: working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes --- app/lwip/lwipopts.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/lwip/lwipopts.h') diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h index c590df9..d3c16b6 100644 --- a/app/lwip/lwipopts.h +++ b/app/lwip/lwipopts.h @@ -41,6 +41,14 @@ #define LWIP_PLATFORM_DIAG(a) printf a #endif +#define LWIP_PLATFORM_DIAG(a) printf a + +#if 0 +#define LWIP_DEBUG 1 +#define TIMERS_DEBUG LWIP_DBG_ON +#else +#define LWIP_DEBUG 0 +#endif /** * SYS_LIGHTWEIGHT_PROT==1: if you want inter-task protection for certain -- cgit v1.2.3