xiaoxiang781216 commented on code in PR #8280: URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090931717
########## 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, Review Comment: BATIO_OPRTN_CUTOFF_CURRENT is used to set the end condition: the charger stop when the charging current is smaller than the specific value by this operation. It's different from BATIO_OPRTN_SYSOFF and BATIO_OPRTN_HIZ. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org