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/LocalHeater.cpp')
-rw-r--r--src/Heating/LocalHeater.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Heating/LocalHeater.cpp b/src/Heating/LocalHeater.cpp
index 4f21b246..fbc3be32 100644
--- a/src/Heating/LocalHeater.cpp
+++ b/src/Heating/LocalHeater.cpp
@@ -933,10 +933,9 @@ void LocalHeater::RaiseHeaterFault(HeaterFaultType type, const char *_ecv_array
else
#endif
{
- Event::AddEvent(EventType::heater_fault, (uint16_t)type, GetHeaterNumber(), CanInterface::GetCanAddress(), format, vargs);
+ Event::AddEventV(EventType::heater_fault, (uint16_t)type, GetHeaterNumber(), CanInterface::GetCanAddress(), format, vargs);
}
va_end(vargs);
-// reprap.GetGCodes().HandleHeaterFault();
}
}