HAL_ChibiOS: include fatfs format code

This commit is contained in:
Andrew Tridgell 2021-11-07 19:29:34 +11:00 committed by Peter Barker
parent 45bfc75e4b
commit 146f394d64
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@
/ f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */
#define FF_USE_MKFS 0
#ifndef FF_USE_MKFS
// f_mkfs() only supported on SDC so far
#define FF_USE_MKFS HAL_USE_SDC
#endif
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */