mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
bugfix to eventdispatcher to fix uavtalk issue on coptercontrol
This commit is contained in:
parent
cefcb9881a
commit
b786cec832
@ -104,6 +104,7 @@ int32_t EventDispatcherInitialize()
|
||||
|
||||
// Create callback
|
||||
eventSchedulerCallback = DelayedCallbackCreate(&eventTask, CALLBACK_PRIORITY, TASK_PRIORITY, STACK_SIZE * 4);
|
||||
DelayedCallbackDispatch(eventSchedulerCallback);
|
||||
|
||||
// Done
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user