I am trying to embed CTS in my code.
I have included #include "ble_cts_c.h"
Then I made changes to sdk_config.h
I have this enabled in sdk_config.h:
// <o> BLE_DB_DISC_BLE_OBSERVER_PRIO // <i> Priority with which BLE events are dispatched to the Database Discovery module. #ifndef BLE_DB_DISC_BLE_OBSERVER_PRIO #define BLE_DB_DISC_BLE_OBSERVER_PRIO 1 #endif
Yet I am unable to see the colour change in ble_db_discovery.c
Upon building the project it throws the above error.
Please help me with this issue. I am facing similar issues with the sdk_config.h with timers and other peripherals as well.