HI,
I have created a msec Timer with the counter.h library of nRF Connect SDK.
I am looking for a function that resets the timer in some cases.
According to Nordic Semiconductor AI there is the counter_reset() function that does exactly that.
The problem is that in counter.h there is no such function. The installed zephyr version in my PC is v3.7.99
and according to Nordic Semiconductor AI this function exists from v1.14.0
So, any ideas on how to add this function?