I am following the NaN-36 example... So far all is going well but i am stuck at section 4.5.4. I have checked over all the directions three or four times... I have to be just missing something OR there is an issue with the example?
.\_build\ble_app_template.axf: Error: L6218E: Undefined symbol ble_lbs_on_ble_evt (referred from main.o).
-
Both the ble_lbs.c and .h files have the function ble_lbs_on_ble_evt.
-
I have the ble_lbs.h file included...
How do i fix this error?
Thanks!