No need to call distinguished functions on core0/core1.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-24 01:38:38 +01:00
parent 94806f9bf0
commit 363ad1c9e2
3 changed files with 15 additions and 19 deletions

View File

@@ -33,6 +33,6 @@ int cbor_reset() {
if (wait_button_pressed() == true)
return CTAP2_ERR_USER_ACTION_TIMEOUT;
initialize_flash(true);
init_fido(true);
init_fido();
return 0;
}