Hello!
I am having these errors when compiling and I have no idea on how
to fix them:
\nrf51422_xxac.axf: Error: L6218E: Undefined symbol
custom_service_init (referred from main.o).
\nrf51422_xxac.axf: Error: L6218E: Undefined symbol
custom_service_update_data (referred from main.o).
I am trying to use bluetooth on nRF51 with an example using a
temperature sensor. These are the only parts of the code that I have
the functions above:
static void services_init(void)
{
↧