mirror of
https://github.com/marqs85/ossc.git
synced 2025-04-22 04:37:35 +00:00
Userdata export: Fix regression in generating FAT in multiple steps.
This commit is contained in:
parent
67a64693c1
commit
c5c3d28b48
File diff suppressed because it is too large
Load Diff
@ -128,7 +128,7 @@ alt_u16 generate_fat16(alt_u8 *const fat, const alt_u16 written) {
|
||||
fat[cur_ofs++] = 0xff;
|
||||
fat[cur_ofs++] = 0xff;
|
||||
}
|
||||
return end_cluster;
|
||||
return end_cluster - 3U;
|
||||
}
|
||||
|
||||
const alt_u8 prof_dirent_16[PROF_DIRENT_16_SIZE] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user