I'm in the process of migrating to SDK 12.2 and I noticed that nfu_dfu_settings.c now includes app_scheduler.h and makes a call to app_schedule_execute().
How do I use this with FreeRTOS running on my application? Should I just #ifdef this out when used with FreeRTOS? It seems like this file needs to be refactored since it already has this issue logged against it devzone.nordicsemi.com/.../
Thanks, Darren