Skip to content

Adaptation problem of Chan stack: Control of special case FF_MAX_SS == FF_MIN_SS in FatFileSystem #15397

Open
@bulanek

Description

@bulanek

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

Toolchain(s) (name and version) displaying this defect ?

What version of Mbed-os are you using (tag or sha) ?

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

How is this defect reproduced ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions