No need to call distinguished functions on core0/core1.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user