Files
nuttx/sched
hujun5 926f5de541 sched_cpuload.c: misra_c_2012_rule_8_9_violation
Move the static g_cpuload_wdog watchdog timer from file scope to block scope
within the cpuload_init() function. This resolves MISRA C 2012 Rule 8.9 violation
which requires static variables used by a single function to be scoped at block level.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-30 12:52:22 -03:00
..
2026-01-27 21:24:31 +08:00
2026-01-22 22:14:00 +08:00
2026-01-26 20:56:12 +08:00