mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
boardctl: added the option to change the pm state
This commit is contained in:
committed by
Xiang Xiao
parent
ed8fb9d96e
commit
dc31b4f1c1
@@ -225,7 +225,8 @@ enum boardioc_action_e
|
||||
BOARDIOC_PM_STAY,
|
||||
BOARDIOC_PM_RELAX,
|
||||
BOARDIOC_PM_STAYCOUNT,
|
||||
BOARDIOC_PM_QUERYSTATE
|
||||
BOARDIOC_PM_QUERYSTATE,
|
||||
BOARDIOC_PM_CHANGESTATE
|
||||
};
|
||||
|
||||
struct boardioc_pm_ctrl_s
|
||||
|
||||
Reference in New Issue
Block a user