mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:30:35 +08:00
a38b94c7dd
This is the root cause of https://github.com/PX4/Firmware/issues/9461 The _pins array was initialized to -1. It was used to index the _gpios array. The value at _gpios[-1] was a number that mapped to Analog mode on Port A pin 0. These is the UART4_TX pin and was being reconfigured by the fault in the camera_trigger to an alaog input.