mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
sched/sched/sched_processtimer.c: Should include board if CONFIG_SYSTEMTICK_HOOK=y.
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
# include <nuttx/arch.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYSTEMTICK_HOOK
|
||||
# include <nuttx/board.h>
|
||||
#endif
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "wdog/wdog.h"
|
||||
#include "clock/clock.h"
|
||||
|
||||
Reference in New Issue
Block a user