mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Baro.cpp: support DPS280 on SPI
This commit is contained in:
parent
1f827004be
commit
069d054e5c
@ -126,6 +126,7 @@ bool AP_Baro_DPS280::init()
|
||||
return false;
|
||||
}
|
||||
|
||||
dev->set_read_flag(0x80);
|
||||
dev->set_speed(AP_HAL::Device::SPEED_HIGH);
|
||||
|
||||
uint8_t whoami=0;
|
||||
|
Loading…
Reference in New Issue
Block a user