MCPcopy Create free account
hub / github.com/SmingHub/Sming / m_setPuts

Function m_setPuts

Sming/System/m_printf.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51nputs_callback_t m_setPuts(nputs_callback_t callback)
52{
53 nputs_callback_t previousCallback = _puts_callback;
54 _puts_callback = std::move(callback);
55 return previousCallback;
56}
57
58size_t m_putc(char c)
59{

Callers 6

debug_crash_callbackFunction · 0.85
mainFunction · 0.85
initFunction · 0.85
systemDebugOutputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected