mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
@@ -1650,8 +1650,8 @@ msdos_add_file (
|
|||||||
const char *name_dir_entry,
|
const char *name_dir_entry,
|
||||||
fat_dir_pos_t *dir_pos,
|
fat_dir_pos_t *dir_pos,
|
||||||
const uint32_t dir_offset,
|
const uint32_t dir_offset,
|
||||||
const uint32_t empty_space_offset_param,
|
uint32_t empty_space_offset,
|
||||||
const uint32_t empty_space_entry_param,
|
uint32_t empty_space_entry,
|
||||||
const uint32_t empty_space_count
|
const uint32_t empty_space_count
|
||||||
|
|
||||||
)
|
)
|
||||||
@@ -1659,8 +1659,6 @@ msdos_add_file (
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
ssize_t bytes_written = 0;
|
ssize_t bytes_written = 0;
|
||||||
uint8_t lfn_checksum = 0;
|
uint8_t lfn_checksum = 0;
|
||||||
uint32_t empty_space_offset = empty_space_offset_param;
|
|
||||||
uint32_t empty_space_entry = empty_space_entry_param;
|
|
||||||
bool read_cluster = false;
|
bool read_cluster = false;
|
||||||
int lfn_entry = 0;
|
int lfn_entry = 0;
|
||||||
fat_pos_t lfn_start;
|
fat_pos_t lfn_start;
|
||||||
|
|||||||
Reference in New Issue
Block a user