mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
HAL_VRBrain: call parent Util constructor
This commit is contained in:
parent
ebacb2b496
commit
db9c8548a5
@ -23,7 +23,7 @@ extern bool _vrbrain_thread_should_exit;
|
||||
/*
|
||||
constructor
|
||||
*/
|
||||
VRBRAINUtil::VRBRAINUtil(void)
|
||||
VRBRAINUtil::VRBRAINUtil(void) : Util()
|
||||
{
|
||||
_safety_handle = orb_subscribe(ORB_ID(safety));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user