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:
Diffstat (limited to 'src/Config/Pins.h')
-rw-r--r--src/Config/Pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config/Pins.h b/src/Config/Pins.h
index efa86e7f..69d7f45d 100644
--- a/src/Config/Pins.h
+++ b/src/Config/Pins.h
@@ -179,6 +179,10 @@
# define SUPPORT_TELNET HAS_NETWORKING
#endif
+#ifndef SUPPORT_MULTICAST_DISCOVERY
+# define SUPPORT_MULTICAST_DISCOVERY 0
+#endif
+
#ifndef HAS_SBC_INTERFACE
# define HAS_SBC_INTERFACE 0
#endif