Hi @mmyjh_123,
You have two options.
1.
Either change it to VARIANT-PRE-COMPILE
danielmartynek_0-1784639285437.png
And call it as you do:
Fls_Init(NULL_PTR);
2.
Or select VARIANT-POST-BUILD instead
and call:
Fls_Init(&Fls_Config_BOARD_InitPeripherals);
Regards,
Daniel