Hi DevZone,
I need to change some defines in the ffconf.h file used by nRF5 SDK to set configurations for FatFS to enable use of f_findnext(), f_findfirst(), etc.
Is it possible to do this without changing the SDK? We are not versioning the Nordic SDK, and therefore, collaborators are dependent on the project working with a stock SDK.
I have tried including my own ffconf.h with a #pragma once before the ffconf.h from the SDK is included, but without luck so far.
Any advice is appreciated.
Br. Casper