mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-02-01 08:09:24 +00:00
Fix deleting key.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
a4ef5e6d17
commit
fce1a30f56
1 changed files with 1 additions and 1 deletions
2
sc_hsm.c
2
sc_hsm.c
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue