From f8e862f3b5e69de90d6bf20c2642271d324b4fc3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Mar 2021 11:40:34 +0000 Subject: switch to lwip-2.1.2 --- app/project.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/project.h') 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 +#include #include #include #include #include -#include +#include #include #include @@ -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) -- cgit v1.2.3