Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-10-31 01:01:31 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-31 01:01:31 +0300
commit1f1c2b39cd57d8d9782685c595b005d6b7023c46 (patch)
treeeee94b4179e9c62024bb2754bed9fdd338e9212a /src/Networking
parent22276b993bc8db027d55d8d47de4559ad10ca044 (diff)
Fixes for static analysis
Diffstat (limited to 'src/Networking')
-rw-r--r--src/Networking/LwipEthernet/Lwip/lwipopts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/lwipopts.h b/src/Networking/LwipEthernet/Lwip/lwipopts.h
index acc23f00..eb382665 100644
--- a/src/Networking/LwipEthernet/Lwip/lwipopts.h
+++ b/src/Networking/LwipEthernet/Lwip/lwipopts.h
@@ -42,6 +42,10 @@
#ifndef __LWIPOPTS_H__
#define __LWIPOPTS_H__
+#include <ecv.h>
+#undef array
+#undef out
+
/* Include ethernet configuration first */
#include "conf_eth.h"