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/CAN/CanInterface.cpp')
-rw-r--r--src/CAN/CanInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CAN/CanInterface.cpp b/src/CAN/CanInterface.cpp
index 9b42ab44..d7d93946 100644
--- a/src/CAN/CanInterface.cpp
+++ b/src/CAN/CanInterface.cpp
@@ -1191,7 +1191,7 @@ void CanInterface::Diagnostics(MessageType mtype) noexcept
CanId id;
id.SetReceivedId(lastCancelledId);
lastCancelledId = 0;
- str.catf(" last cancelled message type %u dest %u\n", (unsigned int)id.MsgType(), id.Dst());
+ str.catf(" last cancelled message type %u dest %u", (unsigned int)id.MsgType(), id.Dst());
}
reprap.GetPlatform().MessageF(mtype, "Tx timeouts%s\n", str.c_str());