still trying to read a file

This commit is contained in:
2025-08-16 21:43:42 +03:00
parent ce6e9642ee
commit 0628470a7c
7 changed files with 44 additions and 36 deletions
+1 -1
View File
@@ -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