MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / UpdateWhenQueued

Method UpdateWhenQueued

src/Platform/OutputMemory.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void OutputBuffer::UpdateWhenQueued() noexcept
98{
99 whenQueued = millis();
100}
101
102size_t OutputBuffer::vprintf(const char *_ecv_array fmt, va_list vargs) noexcept
103{

Callers 1

OutputMemory.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected