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>2021-12-11 18:58:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-12-11 18:58:29 +0300
commited0e7929e05f96c431397495e332f190f72b5915 (patch)
tree029573d68262786249b66f7cbe7a5cbd9d571872 /src/Heating/LocalHeater.h
parent289d2f286a3fdf084c325d4db87f8075c154df6a (diff)
Added most of the event handling code
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 fd31dde9..cf0840c5 100644
--- a/src/Heating/LocalHeater.h
+++ b/src/Heating/LocalHeater.h
@@ -66,7 +66,7 @@ private:
TemperatureError ReadTemperature() noexcept; // Read and store the temperature of this heater
void DoTuningStep() noexcept; // Called on each temperature sample when auto tuning
float GetExpectedHeatingRate() const noexcept; // Get the minimum heating rate we expect
- void RaiseHeaterFault(const char *format, ...) noexcept;
+ void RaiseHeaterFault(HeaterFaultType type, const char *_ecv_array format, ...) noexcept;
PwmPort ports[MaxPortsPerHeater]; // The port(s) that drive the heater
float temperature; // The current temperature