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-13 17:39:58 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-12-13 17:39:58 +0300
commit2133c443728f7ed9a1764697551f1d5ff4a42a42 (patch)
tree18b0b422409b7a925a2e78bf62fc9bb22add84bf /src/Platform/Platform.cpp
parentbed0c8f161569415e4d5ceac4fe8ed7dcc6c5290 (diff)
Added support for M957
Diffstat (limited to 'src/Platform/Platform.cpp')
-rw-r--r--src/Platform/Platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp
index 7e32200b..cda05c8e 100644
--- a/src/Platform/Platform.cpp
+++ b/src/Platform/Platform.cpp
@@ -1162,7 +1162,7 @@ void Platform::Spin() noexcept
# endif
if (eventOnStallDrivers.Intersects(mask))
{
- Event::AddEvent(EventType::driver_stall, 0, CanInterface::GetCanAddress(), nextDriveToPoll, "", va_list());
+ Event::AddEvent(EventType::driver_stall, 0, CanInterface::GetCanAddress(), nextDriveToPoll, "");
}
else if (logOnStallDrivers.Intersects(mask))
{