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/RepRapFirmware.cpp')
-rw-r--r--src/RepRapFirmware.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/RepRapFirmware.cpp b/src/RepRapFirmware.cpp
index 170ef9fb..107b107c 100644
--- a/src/RepRapFirmware.cpp
+++ b/src/RepRapFirmware.cpp
@@ -161,7 +161,6 @@ Licence: GPL
****************************************************************************************************/
#include "RepRapFirmware.h"
-
#include "MessageType.h"
#include "Platform.h"
#include "RepRap.h"
@@ -183,7 +182,12 @@ const char *moduleName[] =
"Scanner",
"PrintMonitor",
"Storage",
- "?","?","?","?",
+#if SUPPORT_IOBITS
+ "PortControl",
+#else
+ "?",
+#endif
+ "?","?","?",
"none"
};