This commit is contained in:
2025-12-14 00:25:03 +03:00
parent 6fca94e571
commit a70339c55e
3 changed files with 9 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ public:
if (hw_err) {
*_mountStatus = mount_status_t::ERROR;
*_lastMountError = mcc_deduce_error_code(hw_err, MccGenericMountErrorCode::ERROR_HW_STOP);
*_lastMountError = mcc_deduce_error_code(hw_err, MccGenericMountErrorCode::ERROR_HW_INIT);
} else {
logInfo("Generic mount initialization was performed");