Hello,
I'm trying to add MFS operation to access my SD card. However, when I add the code:
#include <mfs.h>
#include <part_mgr.h>
I get
Unresolved inclusion: <mfs.h>
What modifications to the project properties do I make so the #includes work correctly? The warning happens when I'm in debug mode but in release mode, the code compile fails because of the above.
Thanks!