still trying to read a file
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@ bool read_sector_callback(l9660_fs *fs, void *buf, uint32_t sector);
|
||||
void mount_fs();
|
||||
void list_files(l9660_dir *dir);
|
||||
|
||||
size_t vfs_read_file(l9660_file *file, uint8_t* buffer);
|
||||
size_t vfs_read_file(l9660_file *file, uint8_t* buffer, size_t final_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user