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
path: root/src/GPIO
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-02-18 15:44:28 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-02-18 15:44:28 +0300
commit957ac8fb2dac18d83aeda33d8e0772cb1fb9b54d (patch)
tree3bcf7c037862b1b7cc1da23cc38eab069dfe4373 /src/GPIO
parent41390be8ea6d61f04c6454172c5b4ae340eb9c48 (diff)
3.01RC2
M220 no longer affects speeds of moves in macro files Fixed a duplicate warning message when creating remote GPIn ports
Diffstat (limited to 'src/GPIO')
-rw-r--r--src/GPIO/GpioPorts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPIO/GpioPorts.cpp b/src/GPIO/GpioPorts.cpp
index 3ee8b45f..7498dc8d 100644
--- a/src/GPIO/GpioPorts.cpp
+++ b/src/GPIO/GpioPorts.cpp
@@ -74,6 +74,7 @@ GCodeResult GpInputPort::Configure(uint32_t gpinNumber, GCodeBuffer &gb, const S
if (CanInterface::DeleteHandle(boardAddress, handle, reply) != GCodeResult::ok)
{
reprap.GetPlatform().Message(AddWarning(gb.GetResponseMessageType()), reply.c_str());
+ reply.Clear();
}
boardAddress = CanId::MasterAddress;
}