Skip to content

Commit

Permalink
[adam][rom] let everything breathe.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Oct 15, 2023
1 parent d2b2aef commit 16a7230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/adam/mediaTypeROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mediatype_t MediaTypeROM::mount(FILE *f, uint32_t disksize)
disksize -= rsz;
}

fnSystem.yield(); // Let the system breathe.
fnSystem.delay(100);
}

return _mediatype;
Expand Down

0 comments on commit 16a7230

Please sign in to comment.