24 ms it takes..
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-06 11:11:35 +01:00
parent 193ed01bce
commit b48a6e2318
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -28,6 +28,7 @@ ReturnValue_t ImtqPollingTask::performOperation(uint8_t operationCode) {
// Stopwatch watch;
switch (currentRequest) {
case imtq::RequestType::MEASURE_NO_ACTUATION: {
//Stopwatch watch;
handleMeasureStep();
break;
}