Fix deleting key.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-02-24 19:04:06 +01:00
parent a4ef5e6d17
commit fce1a30f56
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -1087,7 +1087,7 @@ int cmd_delete_file() {
return SW_EXEC_ERROR();
if (delete_dynamic_file(ef) != HSM_OK)
return SW_EXEC_ERROR();
low_flash_available();
return SW_OK();
}