AP_HAL_ChibiOS: correct CUAV-X7 periph power comment

This commit is contained in:
Randy Mackay 2024-04-16 11:59:45 +09:00
parent 2695af6be4
commit 59fc343ff8

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