mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
FatFS works (read-only, lightly tested).
This commit is contained in:
@@ -14,10 +14,14 @@ message AcornDfsProto {
|
||||
message Brother120FsProto {
|
||||
}
|
||||
|
||||
message FatFsProto {
|
||||
}
|
||||
|
||||
message FilesystemProto {
|
||||
oneof filesystem {
|
||||
AcornDfsProto acorndfs = 1;
|
||||
Brother120FsProto brother120 = 2;
|
||||
FatFsProto fatfs = 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user