AP_HAL_SITL: fix static member access through instance
This commit is contained in:
parent
f986f1366f
commit
7732b41186
@ -86,7 +86,7 @@ void HAL_SITL::run(int argc, char * const argv[], Callbacks* callbacks) const
|
||||
|
||||
for (;;) {
|
||||
callbacks->loop();
|
||||
sitlScheduler._run_io_procs(false);
|
||||
HALSITL::Scheduler::_run_io_procs(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user