mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-24 19:08:21 +08:00
board_determine_hw_info() inits LPADC2 and consumes the function-static once flag, so board_adc's later LPADC1 init is a no-op. CFG stays at reset (PWREN=0, no settling). Match the STM32 once-per-base pattern. Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>