refactor: Drop FsFile alias, use HalFile in downstream code (#2141)
This commit is contained in:
@@ -123,7 +123,7 @@ void EpubReaderActivity::onEnter() {
|
||||
|
||||
epub->setupCacheDir();
|
||||
|
||||
FsFile f;
|
||||
HalFile f;
|
||||
if (Storage.openFileForRead("ERS", epub->getCachePath() + "/progress.bin", f)) {
|
||||
uint8_t data[6];
|
||||
int dataSize = f.read(data, 6);
|
||||
|
||||
Reference in New Issue
Block a user