parent
e5a1806b02
commit
c1ee210f58
|
@ -634,7 +634,7 @@ static bool isSdCardEnabled() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void initMmcCard() {
|
void initMmcCard() {
|
||||||
if (isSdCardEnabled()) {
|
if (!isSdCardEnabled()) {
|
||||||
// do not even bother starting the thread if SD card is not enabled & configured on start-up
|
// do not even bother starting the thread if SD card is not enabled & configured on start-up
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue