_fx_version_id[] is not set because FX_SYSTEM_INIT is not defined
Hello,
I am trying to implement a FileX SRAM disk (using STM32H723) and getting a error FX_NOT_IMPLEMENTED from _fx_media_open().
Tracing into the code, I find that the variable _fx_version_id[] is not set because FX_SYSTEM_INIT is not defined in fx_port.h. Searching the code, I see FX_SYSTEM_INIT defined in file fx_system_initialize.c, but that is local to that file.
How/where should FX_SYSTEM_INIT be #defined so that _fx_version_id[] gets set correctly?
Thank you,
Mark
