comment
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-03 11:06:30 +01:00
parent ff50203fbb
commit 60afb573a0
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -39,7 +39,7 @@ ReturnValue_t AcsBoardPolling::performOperation(uint8_t operationCode) {
mgmRm3100Handler(mgm3Rm3100);
mgmLis3Handler(mgm0Lis3);
mgmLis3Handler(mgm2Lis3);
// To prevent task being not reactivated by tardy tasks
// To prevent task being reactivated by tardy tasks
TaskFactory::delayTask(20);
}
return returnvalue::OK;