Baro sim: Initialize struct

This commit is contained in:
Lorenz Meier 2015-11-14 10:31:37 +01:00
parent fa2b1ffa14
commit fc0ff0d2f6

View File

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