Fix EF.DIR selection.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Submodule pico-keys-sdk updated: 5c11db54ae...eca200d2f1
@@ -23,7 +23,7 @@ void select_file(file_t *pe) {
|
|||||||
currentDF = (file_t *) MF;
|
currentDF = (file_t *) MF;
|
||||||
currentEF = NULL;
|
currentEF = NULL;
|
||||||
}
|
}
|
||||||
else if (pe->type & FILE_TYPE_INTERNAL_EF) {
|
else if (pe->type & (FILE_TYPE_INTERNAL_EF|FILE_TYPE_WORKING_EF)) {
|
||||||
currentEF = pe;
|
currentEF = pe;
|
||||||
currentDF = &file_entries[pe->parent];
|
currentDF = &file_entries[pe->parent];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user