mirror of https://github.com/ArduPilot/ardupilot
HAL_PX4: call parent Util constructor
This commit is contained in:
parent
59cf1c29ff
commit
ebacb2b496
|
@ -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…
Reference in New Issue