mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Baro sim: Initialize struct
This commit is contained in:
parent
fa2b1ffa14
commit
fc0ff0d2f6
@ -245,6 +245,7 @@ int
|
||||
BAROSIM::init()
|
||||
{
|
||||
int ret;
|
||||
struct baro_report brp = {};
|
||||
//PX4_DEBUG("BAROSIM::init");
|
||||
|
||||
ret = VirtDevObj::init();
|
||||
@ -263,8 +264,6 @@ BAROSIM::init()
|
||||
goto out;
|
||||
}
|
||||
|
||||
struct baro_report brp;
|
||||
|
||||
/* do a first measurement cycle to populate reports with valid data */
|
||||
_measure_phase = 0;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user