summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-19 11:40:34 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-19 11:43:23 +0000
commitf8e862f3b5e69de90d6bf20c2642271d324b4fc3 (patch)
tree86b1ed884110e6a85d64608ceaa2f95434957d1f /app/project.h
parentc6dc3064e7ebf1f13826487105f748745434da4d (diff)
downloadclock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.tar.gz
clock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.tar.bz2
clock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.zip
switch to lwip-2.1.2
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/project.h b/app/project.h
index cfa58a4..d66122b 100644
--- a/app/project.h
+++ b/app/project.h
@@ -44,11 +44,12 @@
#include <lwip/init.h>
+#include <lwip/ip_addr.h>
#include <lwip/sys.h>
#include <lwip/udp.h>
#include <lwip/mem.h>
#include <lwip/memp.h>
-#include <lwip/timers.h>
+#include <lwip/timeouts.h>
#include <lwip/dhcp.h>
#include <netif/etharp.h>
@@ -86,6 +87,9 @@
#define HW_CLOCK_LEN 32
#endif
+#define CHATTY_PLLS
+#define CHATTY_REPORT
+
#define TRACE do { stdio_drain(); printf("%s:%d\r\n",__FUNCTION__,__LINE__); } while (0)
static inline void compiler_mb (void)