Browse Source

Adds scheduling call to ControlAllocator initialization

master
Charles Cross 3 years ago committed by Beat Küng
parent
commit
1e32398217
  1. 2
      src/modules/control_allocator/ControlAllocator.cpp

2
src/modules/control_allocator/ControlAllocator.cpp

@ -93,6 +93,8 @@ ControlAllocator::init()
return false; return false;
} }
ScheduleDelayed(50_ms);
return true; return true;
} }

Loading…
Cancel
Save