mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
If the hardware support RESET lockout that has nArmed ANDed with VBUS vbus_sense may drop during a param save which uses BOARD_INDICATE_EXTERNAL_LOCKOUT_STATE to prevent external resets while writing the params. If we are not armed and nARMRED is low we are in such a lock out so ignore changes on VBUS_SENSE during this time.