Skip to content

failure to compile, f_opendir arguments mismatch! #8

@xlla

Description

@xlla

I'v encounter this issue while compile ooFatfs lib

ff.c:4438:11: error: too few arguments to function 'f_opendir'
     res = f_opendir(dp, path);      /* Open the target directory */

f_findfirst use 2 parameters to invoke f_opendir, but function f_opendir want an additional parameter FATFS *fs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions