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 1d225aa7c35e6bbe8c91ba834eb85f030c16feb4
Author: weizhifang <[email protected]>
AuthorDate: Fri Oct 29 20:37:14 2021 +0800

    Charge: Add shipmode into battery_ioctl.h
    
    which is used to let battery charger enter into shipmode
    
    Signed-off-by: weizhifang <[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 85ebe494d5..d890134398 100644
--- a/include/nuttx/power/battery_ioctl.h
+++ b/include/nuttx/power/battery_ioctl.h
@@ -143,6 +143,7 @@ enum batio_operate_e
   BATIO_OPRTN_SYSON,
   BATIO_OPRTN_RESET,
   BATIO_OPRTN_WDOG,
+  BATIO_OPRTN_SHIPMODE,
   BATIO_OPRTN_END
 };
 

Reply via email to