mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
926f5de541
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>