Speed up copy & formats

This commit is contained in:
Such Meme, Many Skill
2020-05-04 20:30:51 +02:00
parent 9799e2b47e
commit a9ea9725d4
6 changed files with 57 additions and 30 deletions

View File

@@ -5629,7 +5629,8 @@ FRESULT f_forward (
}
#endif /* FF_USE_FORWARD */
#pragma GCC push_options
#pragma GCC optimize ("Os")
#if FF_USE_MKFS && !FF_FS_READONLY
/*-----------------------------------------------------------------------*/
@@ -6094,7 +6095,7 @@ FRESULT f_mkfs (
LEAVE_MKFS(FR_OK);
}
#pragma GCC pop_options
#if FF_MULTI_PARTITION
/*-----------------------------------------------------------------------*/