Been testing custom_ble_service_example, specifically to see if a two byte custom_value can also be used.
But when setting custom_value to uint16_t I get a warning at this line in ble_cus.c and then error 12, nrf_error_data_size in rtt.
Warning is, assignment from incompatible pointer type.
Made the changes from uint8_t, yet not sure where I'm tripping up, ...........-thank-you.