This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is causing the compiler warnings in the FreeRTOS ble hrs example?

After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings:

"configTICK_SOURCE" redefined

"configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY" redefined

I'm having trouble tracking down the cause of these. Is there a solution/patch to eliminate these warnings?

Related