Fix spacing

This commit is contained in:
Henry Gabryjelski 2019-03-12 13:13:58 -07:00
parent e0251415e7
commit 0f216b8618
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void read_block(uint32_t block_no, uint8_t *data) {
d->size = inf->content ? strlen(inf->content) : UF2_SIZE;
d->startCluster = i + 2;
padded_memcpy(d->name, inf->name, 11);
}
}
}
} else { // else Generate the UF2 file data on-the-fly
sectionIdx -= START_CLUSTERS;