Another missed line
This commit is contained in:
parent
1d4dc6bf96
commit
8fe6556fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ void uf2_read_block (uint32_t block_no, uint8_t *data)
|
|||
|
||||
struct TextFile const *inf = &info[fileIndex];
|
||||
padded_memcpy(d->name, inf->name, 11);
|
||||
d->createTimeFine = __SECONDS_INT__ % 2 * 100;
|
||||
d->createTimeFine = COMPILE_SECONDS_INT % 2 * 100;
|
||||
d->createTime = COMPILE_DOS_TIME;
|
||||
d->createDate = COMPILE_DOS_DATE;
|
||||
d->lastAccessDate = COMPILE_DOS_DATE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue