No need to cancel the task. The thread is ending.

This commit is contained in:
Paul Rouget 2019-11-04 15:15:41 +01:00
parent f626355b67
commit f11132f8c8

View file

@ -265,7 +265,6 @@ void ServoControl::Loop() {
mServo->PerformUpdates();
}
mServo->DeInit();
cancel_current_task();
}
void ServoControl::StartRenderLoop() {