Reintroduce LVGL-related changes (#65)
This commit is contained in:
committed by
GitHub
parent
62d30e8b7b
commit
5412f929c5
@@ -46,11 +46,7 @@ bool tt_sdcard_mount(const SdCard* sdcard) {
|
||||
.sdcard = sdcard
|
||||
};
|
||||
sdcard_unlock();
|
||||
if (data.context != NULL) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return (data.context != NULL);
|
||||
} else {
|
||||
TT_LOG_E(TAG, "Failed to lock");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user