AP_Baro.cpp: support DPS280 on SPI

This commit is contained in:
Phillip Kocmoud 2019-05-08 21:55:52 -05:00 committed by Andrew Tridgell
parent 1f827004be
commit 069d054e5c

View File

@ -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;