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

Issues with sdk_config.h in SDK17 - Unable to enable BLE_DB_DISCOVERY despite making changes

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.


Parents Reply Children
No Data
Related