There is missing bracket in /components/ble/peer_manager/nrf_ble_lesc.c:103
#elif defined((NRF_CRYPTO_RNG_AUTO_INIT_ENABLED) && (NRF_CRYPTO_RNG_AUTO_INIT_ENABLED == 0)
As a result for example ble_app_hrs example can not build.
There is missing bracket in /components/ble/peer_manager/nrf_ble_lesc.c:103
#elif defined((NRF_CRYPTO_RNG_AUTO_INIT_ENABLED) && (NRF_CRYPTO_RNG_AUTO_INIT_ENABLED == 0)
As a result for example ble_app_hrs example can not build.
Yeah I see it, there seems to be an extra parenthesis after 'defined'.
I'd like to know what IDE/compiler you're using and what modifications you've made to the example.
Yeah I see it, there seems to be an extra parenthesis after 'defined'.
I'd like to know what IDE/compiler you're using and what modifications you've made to the example.
Hi, How is it going? It stil happened in 15.2! @'[email protected]'