MlxRawEthDevice: Set to idle in case of exception

This commit is contained in:
2023-04-15 15:34:08 +02:00
parent 875adb9701
commit 7302d99c8d
+1
View File
@@ -85,6 +85,7 @@ void MlxRawEthDevice::MeasureThread() {
} catch (const JFJochException &e) {
cancel = true;
idle = true;
throw e;
}
idle = true;