PM: Some cosmetic updates
This commit is contained in:
parent
54dbec248e
commit
fbaee9db34
2
arch
2
arch
|
@ -1 +1 @@
|
|||
Subproject commit d5fbee30366a95c69d6c2fab19b2c52f48b73137
|
||||
Subproject commit 3bdc50ab54041c2b730d31c646df44261c7a7cae
|
2
configs
2
configs
|
@ -1 +1 @@
|
|||
Subproject commit 11a38b291293ba4fc18e91343b4a0ca94edf670d
|
||||
Subproject commit bc630b39f5dc935b40397b72a14e4f729afa3e08
|
|
@ -210,7 +210,7 @@ EXTERN struct pm_global_s g_pmglobals;
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
EXTERN void pm_update(int domain, int16_t accum);
|
||||
void pm_update(int domain, int16_t accum);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/power/pm.h>
|
||||
#include <nuttx/clock.h>
|
||||
#include <nuttx/irq.h>
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <queue.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/power/pm.h>
|
||||
#include <nuttx/irq.h>
|
||||
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/power/pm.h>
|
||||
#include <nuttx/clock.h>
|
||||
#include <nuttx/irq.h>
|
||||
|
|
Loading…
Reference in New Issue