5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-08 08:58:29 -04:00

AP_HAL_ChibiOS: correct CUAV-X7 periph power comment

This commit is contained in:
Randy Mackay 2024-04-16 11:59:45 +09:00 committed by Andrew Tridgell
parent 69eff077d7
commit 1b4f62c1ea

View File

@ -105,9 +105,7 @@ define HAL_I2C_INTERNAL_MASK 1
# enable pins # enable pins
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
# start peripheral power off, then enable after init # start peripheral power on
# this prevents a problem with radios that use RTS for
# bootloader hold
PD11 VDD_5V_HIPOWER_EN OUTPUT HIGH PD11 VDD_5V_HIPOWER_EN OUTPUT HIGH
PG4 VDD_5V_PERIPH_EN OUTPUT HIGH PG4 VDD_5V_PERIPH_EN OUTPUT HIGH