Adds scheduling call to ControlAllocator initialization

This commit is contained in:
Charles Cross
2022-02-23 15:35:27 -08:00
committed by Beat Küng
parent aecfbef128
commit 1e32398217
@@ -93,6 +93,8 @@ ControlAllocator::init()
return false;
}
ScheduleDelayed(50_ms);
return true;
}