Search wildcard

Dear,

I want to enable the ffconfigFINDAPI_ALLOW_WILDCARDS.
But there is a message as follows.

FreeRTOSFATConfigDefaults.h

#if !defined( ffconfigFINDAPI_ALLOW_WILDCARDS )
/* For now must be set to 0. */
#define ffconfigFINDAPI_ALLOW_WILDCARDS 0
#endif

===============================================
What is the meaning of that?
Where can I put the “define ffconfigFINDAPI_ALLOW_WILDCARDS 1”?

Thank you.

You should be able to put that in your FreeRTOSFATConfig.h file.

Dear,

Thanks for your reply. I will check if it works.