small fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-10-25 11:39:57 +02:00
parent 0135bebc70
commit 4af8c85a84
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -478,6 +478,7 @@ bool SdCardManager::isSdCardUsable(std::optional<sd::SdCard> sdCard) {
if (active.first == sd::MOUNTED or active.second == sd::MOUNTED) {
return true;
}
return false;
}
if (sdCard == sd::SLOT_0) {
if (active.first == sd::MOUNTED) {