summaryrefslogtreecommitdiffstats
path: root/app/lwip/lwipopts.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-02 12:54:03 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-02 12:54:03 +0000
commit8c7ee88332652e7e79f6c1e4baacabe2183f7e8e (patch)
treea26ca60a089015822fa81ef44567927c1d8e334d /app/lwip/lwipopts.h
parent3d48137c00511b3f2d35511482d1a76f8d06382d (diff)
downloadclock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.gz
clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.bz2
clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.zip
working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes
Diffstat (limited to 'app/lwip/lwipopts.h')
-rw-r--r--app/lwip/lwipopts.h8
1 files changed, 8 insertions, 0 deletions
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