This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1a22487abda3128e9cce6392df38ca42460224dc Author: liangdongdong <[email protected]> AuthorDate: Wed Aug 10 14:31:05 2022 +0800 Charge: Add cut-off current interface Signed-off-by: liangdongdong<[email protected]> --- include/nuttx/power/battery_ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nuttx/power/battery_ioctl.h b/include/nuttx/power/battery_ioctl.h index d890134398..2f784628bf 100644 --- a/include/nuttx/power/battery_ioctl.h +++ b/include/nuttx/power/battery_ioctl.h @@ -144,6 +144,7 @@ enum batio_operate_e BATIO_OPRTN_RESET, BATIO_OPRTN_WDOG, BATIO_OPRTN_SHIPMODE, + BATIO_OPRTN_CUTOFF_CURRENT, BATIO_OPRTN_END };
