mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: correct CUAV-X7 periph power comment
This commit is contained in:
parent
69eff077d7
commit
1b4f62c1ea
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue