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/Duet/NetworkDefs.h')
-rw-r--r--src/Duet/NetworkDefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Duet/NetworkDefs.h b/src/Duet/NetworkDefs.h
index ff0c95a3..134a90f0 100644
--- a/src/Duet/NetworkDefs.h
+++ b/src/Duet/NetworkDefs.h
@@ -29,8 +29,8 @@ const uint8_t DefaultNetMask[4] = { 255, 255, 255, 0 };
const uint8_t DefaultGateway[4] = { 0, 0, 0, 0 };
const Port DefaultHttpPort = 80;
-const Port FTP_PORT = 21;
-const Port TELNET_PORT = 23;
+const Port DefaultFtpPort = 21;
+const Port DefaultTelnetPort = 23;
// MSS is defined in lwip
#include "Lwip/lwipopts.h"