mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 02:47:36 +08:00
Add airspeed sensor to sensor_simulator
This commit is contained in:
@@ -13,7 +13,7 @@ Mag::~Mag()
|
||||
{
|
||||
}
|
||||
|
||||
void Mag::send(uint32_t time)
|
||||
void Mag::send(uint64_t time)
|
||||
{
|
||||
float mag[3];
|
||||
_mag_data.copyTo(mag);
|
||||
|
||||
Reference in New Issue
Block a user