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:
authorDavid Crocker <dcrocker@eschertech.com>2020-10-01 10:49:32 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-01 10:49:32 +0300
commitfe23a7c4db559704009dce793b4525faee13279b (patch)
tree8c3687b9be6ff3aaded2b05fddcd319de510bfcf /src/Heating/LocalHeater.h
parent2e6f7d25cdcd0cfbcfd5e30d9d632ce56157d1e2 (diff)
Fixes issue when a homing file terminates with an exception
Diffstat (limited to 'src/Heating/LocalHeater.h')
-rw-r--r--src/Heating/LocalHeater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/LocalHeater.h b/src/Heating/LocalHeater.h
index de6f7d39..818c69af 100644
--- a/src/Heating/LocalHeater.h
+++ b/src/Heating/LocalHeater.h
@@ -28,7 +28,7 @@ public:
LocalHeater(unsigned int heaterNum) noexcept;
~LocalHeater() noexcept;
- GCodeResult ConfigurePortAndSensor(const char *portName, PwmFrequency freq, unsigned int sensorNumber, const StringRef& reply) override;
+ GCodeResult ConfigurePortAndSensor(const char *portName, PwmFrequency freq, unsigned int sn, const StringRef& reply) override;
GCodeResult SetPwmFrequency(PwmFrequency freq, const StringRef& reply) noexcept override;
GCodeResult ReportDetails(const StringRef& reply) const noexcept override;