mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 04:47:58 +08:00
PM: Some cosmetic updates
This commit is contained in:
+1
-1
Submodule arch updated: d5fbee3036...3bdc50ab54
+1
-1
Submodule configs updated: 11a38b2912...bc630b39f5
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user