I am building a USB CDC device. I noticed in the sample project there is a call to app_timer_init.
Does App USB actually use App Timer internall?
Thanks
I am building a USB CDC device. I noticed in the sample project there is a call to app_timer_init.
Does App USB actually use App Timer internall?
Thanks
I just found out it doesn't need app timer.
Built without app timer and USB works fine.