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.cpp')
-rw-r--r--src/Heating/Heat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/Heat.cpp b/src/Heating/Heat.cpp
index cd852262..8362c3e1 100644
--- a/src/Heating/Heat.cpp
+++ b/src/Heating/Heat.cpp
@@ -154,7 +154,7 @@ void Heat::Init()
coldExtrude = false;
#ifdef RTOS
- heaterTask.Create(HeaterTask, "HEAT", nullptr, TaskBase::HeatPriority);
+ heaterTask.Create(HeaterTask, "HEAT", nullptr, TaskPriority::HeatPriority);
#else
lastTime = millis() - HeatSampleIntervalMillis; // flag the PIDS as due for spinning
active = true;