Browse Source

HAL_PX4: call parent Util constructor

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
ebacb2b496
  1. 2
      libraries/AP_HAL_PX4/Util.cpp

2
libraries/AP_HAL_PX4/Util.cpp

@ -23,7 +23,7 @@ extern bool _px4_thread_should_exit; @@ -23,7 +23,7 @@ extern bool _px4_thread_should_exit;
/*
constructor
*/
PX4Util::PX4Util(void)
PX4Util::PX4Util(void) : Util()
{
_safety_handle = orb_subscribe(ORB_ID(safety));
}

Loading…
Cancel
Save