SIM: Trivial, uninteresting change to file inclusion in IDLE loop
This commit is contained in:
parent
e9bf66989e
commit
bd0d46138c
@ -43,8 +43,14 @@
|
||||
#include <time.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/spinlock.h>
|
||||
#include <nuttx/power/pm.h>
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
# include <nuttx/power/pm.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
# include <nuttx/spinlock.h>
|
||||
#endif
|
||||
|
||||
#include "up_internal.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user