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

Function pauseSdInstallInput

src/sd_functions.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18String fileToUse;
19
20static inline void pauseSdInstallInput() {
21 if (xHandle != nullptr) vTaskSuspend(xHandle);
22}
23
24static inline void resumeSdInstallInput() {
25 if (xHandle != nullptr) vTaskResume(xHandle);

Callers 2

performUpdateFunction · 0.85
installFromSdDynamicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected