Hello,
I have recently switched my OS from FreeRTOS to embOS. I am now replacing the SDK files so my project will not be using FreeRTOS.
I replaced the file app_timer_freertos.c with the file app_timer.c, and now when the file ble_conn_params.c is trying to use app_timer_create an error code 8 has returned.
I assume the file app_timer was not the right choice, are there other options for replacing app_timer_freertos?