Re: [PATCH] bsp/shared/clock: Reset Clock_driver_isrs to correct value

2020-04-03 Thread Sebastian Huber
On 02/04/2020 21:05, Jan Sommer wrote: CLOCK_DRIVER_ISRS_PER_TICK is the configuration define, CLOCK_DRIVER_ISRS_PER_TICK_VALUE is the actual value of ISRS per clock tick, therefore use this one to reset the Clock_driver_isrs after each tick. Thanks, I checked this in. _

[PATCH] bsp/shared/clock: Reset Clock_driver_isrs to correct value

2020-04-02 Thread Jan Sommer
CLOCK_DRIVER_ISRS_PER_TICK is the configuration define, CLOCK_DRIVER_ISRS_PER_TICK_VALUE is the actual value of ISRS per clock tick, therefore use this one to reset the Clock_driver_isrs after each tick. --- bsps/shared/dev/clock/clockimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d