Added valgrind to sitl.

This commit is contained in:
jgoppert
2015-11-06 21:11:54 -05:00
parent ca5a2d1fca
commit 68e4b33167
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1250,7 +1250,7 @@ Sensors::vehicle_control_mode_poll()
void
Sensors::parameter_update_poll(bool forced)
{
bool param_updated=false;
bool param_updated = false;
/* Check if any parameter has changed */
orb_check(_params_sub, &param_updated);