mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 18:57:35 +08:00
Add airspeed sensor to sensor_simulator
This commit is contained in:
@@ -13,7 +13,7 @@ Baro::~Baro()
|
||||
{
|
||||
}
|
||||
|
||||
void Baro::send(uint32_t time)
|
||||
void Baro::send(uint64_t time)
|
||||
{
|
||||
_ekf->setBaroData(time,_baro_data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user