Rename scan_files to scan_files_openpgp

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-24 14:25:21 +02:00
parent 4480e29ecc
commit 68ac692de6
3 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ int cmd_terminate_df() {
return SW_WRONG_LENGTH();
}
initialize_flash(true);
scan_files();
scan_files_openpgp();
return SW_OK();
}