MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / resumeInputHandlerTask

Function resumeInputHandlerTask

src/onlineLauncher.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void resumeInputHandlerTask() {
234 if (!xHandle || inputHandlerPauseDepth == 0) return;
235 inputHandlerPauseDepth--;
236 if (inputHandlerPauseDepth == 0) vTaskResume(xHandle);
237}
238
239bool discardHttpCb(const uint8_t *, size_t, void *) { return true; }
240

Callers 6

flashRawRangeFromHttpFunction · 0.85
installFirmwareDynamicFunction · 0.85
getInfoFunction · 0.85
downloadFirmwareFunction · 0.85
installFirmwareFunction · 0.85
installFAT_OTAFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected