nuttx-apps/testing/sched/timerjitter
liang.huang 2bcc6b96ea testing/sched: fix off-by-one sample count in timerjitter
cur_cnt++ in the loop condition increments even when the loop body
doesn't run, so avg is divided by one more sample than was collected.

Signed-off-by: liang.huang <liang.huang@houmo.ai>
2026-07-11 12:31:24 -03:00
..
CMakeLists.txt
Kconfig
Make.defs
Makefile
timerjitter.c