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

Method loop

src/massStorage.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void MassStorage::loop() {
274 while (!check(EscPress) && !shouldStop) yield();
275}
276
277void MassStorage::beginUsb() {
278 drawUSBStickIcon(false);

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected