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/GCodes/GCodes.h')
-rw-r--r--src/GCodes/GCodes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index b74493c0..e504f742 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -281,6 +281,11 @@ public:
# endif
#endif
+#if !HAS_MASS_STORAGE && !HAS_EMBEDDED_FILES && defined(DUET_NG)
+ // Function called by RepRap.cpp to enable PanelDue by default in the Duet 2 SBC build
+ void SetAux0CommsProperties(uint32_t mode) const noexcept;
+#endif
+
#if SUPPORT_REMOTE_COMMANDS
void SwitchToExpansionMode() noexcept;
void SetRemotePrinting(bool isPrinting) noexcept { isRemotePrinting = isPrinting; }