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 12:37:33 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-31 12:37:33 +0300
commitc0b1908a673e62e8553264f31057843d11a27bc5 (patch)
treeb83657765ee39d6317c2a1420d0cafd1cd4550a2 /src/Networking/LwipEthernet
parent1f1c2b39cd57d8d9782685c595b005d6b7023c46 (diff)
Replaced ecv.h by ecv_duet3d.h with standard undefs for C++
Also other minor changes to facilitate static analysis
Diffstat (limited to 'src/Networking/LwipEthernet')
-rw-r--r--src/Networking/LwipEthernet/Lwip/lwipopts.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/lwipopts.h b/src/Networking/LwipEthernet/Lwip/lwipopts.h
index eb382665..97de9635 100644
--- a/src/Networking/LwipEthernet/Lwip/lwipopts.h
+++ b/src/Networking/LwipEthernet/Lwip/lwipopts.h
@@ -42,9 +42,7 @@
#ifndef __LWIPOPTS_H__
#define __LWIPOPTS_H__
-#include <ecv.h>
-#undef array
-#undef out
+#include <ecv_duet3d.h>
/* Include ethernet configuration first */
#include "conf_eth.h"