This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

fifo_app.h

Hello,

I would like to use the fifo common library but i have an link error. I don't understand that because fifo_app.h is included and contain the functions...



.\_build\ble_app_template.axf: Error: L6218E: Undefined symbol app_fifo_get (referred from main.o).
.\_build\ble_app_template.axf: Error: L6218E: Undefined symbol app_fifo_init (referred from main.o).
.\_build\ble_app_template.axf: Error: L6218E: Undefined symbol app_fifo_put (referred from main.o).


Related