small fix
This commit is contained in:
parent
0135bebc70
commit
4af8c85a84
@ -478,6 +478,7 @@ bool SdCardManager::isSdCardUsable(std::optional<sd::SdCard> sdCard) {
|
|||||||
if (active.first == sd::MOUNTED or active.second == sd::MOUNTED) {
|
if (active.first == sd::MOUNTED or active.second == sd::MOUNTED) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
if (sdCard == sd::SLOT_0) {
|
if (sdCard == sd::SLOT_0) {
|
||||||
if (active.first == sd::MOUNTED) {
|
if (active.first == sd::MOUNTED) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user