Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void OutputBuffer::UpdateWhenQueued() noexcept
98
{
99
whenQueued = millis();
100
}
101
102
size_t OutputBuffer::vprintf(const char *_ecv_array fmt, va_list vargs) noexcept
103
{
Callers
1
OutputMemory.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected