mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed NucleoH743 build
This commit is contained in:
parent
bf0a4a23b2
commit
d942b64584
|
@ -59,6 +59,10 @@ PB5 SPI3_MOSI SPI3
|
|||
SPIDEV mpu6000 SPI3 DEVID1 MPU_CS MODE3 2*MHZ 8*MHZ
|
||||
SPIDEV ms5611 SPI3 DEVID2 BARO_CS MODE3 8*MHZ 8*MHZ
|
||||
|
||||
# analog in
|
||||
PA0 BATT_VOLTAGE_SENS ADC1 SCALE(1)
|
||||
PA1 BATT_CURRENT_SENS ADC1 SCALE(1)
|
||||
|
||||
define HAL_BARO_DEFAULT HAL_BARO_MS5611_SPI
|
||||
|
||||
define ALLOW_ARM_NO_COMPASS
|
||||
|
|
Loading…
Reference in New Issue