mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
boardctl: added pm_checkstate() function to BOARDIOC_PM_CONTROL
This commit is contained in:
@@ -226,7 +226,8 @@ enum boardioc_action_e
|
||||
BOARDIOC_PM_RELAX,
|
||||
BOARDIOC_PM_STAYCOUNT,
|
||||
BOARDIOC_PM_QUERYSTATE,
|
||||
BOARDIOC_PM_CHANGESTATE
|
||||
BOARDIOC_PM_CHANGESTATE,
|
||||
BOARDIOC_PM_CHECKSTATE
|
||||
};
|
||||
|
||||
struct boardioc_pm_ctrl_s
|
||||
|
||||
Reference in New Issue
Block a user