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>2018-02-10 14:45:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-02-10 14:45:18 +0300
commit5fa6a17b4678b54c17dff37b8717cfac15446c7c (patch)
treeed2c9133159f83daa47fa6f491451a0a8714f1f4 /src/Pins.h
parentccb75833e49add7f5391f60784cfbe7069d16fc0 (diff)
Towards 1.21RC2 again
Recognise Ideamaker filament usage comments Unified network interface for all generation 2+ Duets
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Pins.h b/src/Pins.h
index 4550832e..0b49ca74 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -32,12 +32,6 @@
#endif
#include P_INCLUDE_FILE
-#if (HAS_LWIP_NETWORKING + HAS_WIFI_NETWORKING) > 1
-# define HAS_MULTIPLE_NETWORK_INTERFACES 1
-#else
-# define HAS_MULTIPLE_NETWORK_INTERFACES 0
-#endif
-
#ifndef SUPPORT_NONLINEAR_EXTRUSION
# define SUPPORT_NONLINEAR_EXTRUSION 1 // for now this is always enabled
#endif