Open
Description
Description of defect
Compilation problem in special case of configuration Chan stack of SD:
In FatFileSystem::statvfs is missing controll of special case of configuration Chan stack when FF_MAX_SS == FF_MIN_SS
#if FF_MAX_SS == FF_MIN_SS
buf->f_bsize = FF_MAX_SS;
buf->f_frsize = FF_MAX_SS;
#else
buf->f_bsize = fs->ssize;
buf->f_frsize =fs->ssize;
#endif
This change make Mbed OK.
Target(s) affected by this defect ?
NRF