refactor: Drop FsFile alias, use HalFile in downstream code (#2141)
This commit is contained in:
@@ -31,7 +31,7 @@ class CrossPointWebServer {
|
||||
|
||||
// Used by POST upload handler
|
||||
struct UploadState {
|
||||
FsFile file;
|
||||
HalFile file;
|
||||
String fileName;
|
||||
String path = "/";
|
||||
size_t size = 0;
|
||||
@@ -117,7 +117,7 @@ class CrossPointWebServer {
|
||||
|
||||
// Font upload state
|
||||
struct FontUploadState {
|
||||
FsFile file;
|
||||
HalFile file;
|
||||
std::string familyName;
|
||||
std::string filePath;
|
||||
bool valid = false;
|
||||
|
||||
Reference in New Issue
Block a user