Add ef to large blob array.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-14 19:41:48 +01:00
parent f39a51afca
commit 4ddd45f16e
3 changed files with 5 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ int scan_files(bool core1) {
else {
printf("FATAL ERROR: Auth Token not found in memory!\r\n");
}
ef_largeblob = search_by_fid(EF_LARGEBLOB, NULL, SPECIFY_EF);
low_flash_available();
return CCID_OK;
}