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/GPIO/GpOutPort.cpp')
-rw-r--r--src/GPIO/GpOutPort.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPIO/GpOutPort.cpp b/src/GPIO/GpOutPort.cpp
index d15f9267..188bb9f7 100644
--- a/src/GPIO/GpOutPort.cpp
+++ b/src/GPIO/GpOutPort.cpp
@@ -144,7 +144,7 @@ GCodeResult GpOutputPort::Configure(uint32_t gpioNumber, bool isServo, GCodeBuff
}
#endif
reply.printf("GPIO/servo port %" PRIu32, gpioNumber);
- port.AppendDetails(reply);
+ port.AppendFullDetails(reply);
}
return GCodeResult::ok;
}
@@ -207,7 +207,7 @@ GCodeResult GpOutputPort::AssignFromRemote(uint32_t gpioPortNumber, const CanMes
else
{
reply.printf("GPIO/servo port %" PRIu32, gpioPortNumber);
- port.AppendDetails(reply);
+ port.AppendFullDetails(reply);
}
return GCodeResult::ok;
}