Hi,
I am trying to send accelerometer values through bluetooth for nRF52832 and SDK 14.2. I am using "nrf-mpu-simple" program form this 'GitHub' repository and added BLE components in this program. But while building the code in SES, it shows the following error in the "ble_gap_whitelist_t" structure:
"expected ':', ',', ';', '}' or '__attribute__' before '=' token".
Please look into it.