SITL: initialise a couple of variables to prevent a valgrind error

This commit is contained in:
Andrew Tridgell 2015-05-27 11:51:33 +10:00
parent 2a22ae5404
commit d8df31c023

View File

@ -75,6 +75,9 @@ Aircraft::Aircraft(const char *home_str, const char *frame_str) :
free(s);
set_speedup(1);
last_wall_time_us = get_wall_time_us();
frame_counter = 0;
}
/*