HAL_PX4: call parent Util constructor

This commit is contained in:
Andrew Tridgell 2015-02-11 20:56:47 +11:00
parent 59cf1c29ff
commit ebacb2b496
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}