Hi DevZone,
I've see sample application nrf/applications/nrf5340_audio use tone.h for tone test, and I want to add this function to my project.
In nrf/applications/nrf5340_audio I see it just include "tone.h" and works, but it doesn't work for me.
"undefined reference to `tone_gen'" will occur while I'm compiling.
Does anyone knows how to do it?