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/Heating/Heat.h')
-rw-r--r--src/Heating/Heat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/Heat.h b/src/Heating/Heat.h
index cfa81fc4..cdfc9c99 100644
--- a/src/Heating/Heat.h
+++ b/src/Heating/Heat.h
@@ -130,7 +130,7 @@ public:
bool WriteBedAndChamberTempSettings(FileStore *f) const; // Save some resume information
-#ifdef DUET_NG
+#if HAS_VOLTAGE_MONITOR
void SuspendHeaters(bool sus); // Suspend the heaters to conserve power
#endif