Put again commands to FIDO app for interoperability.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-04-02 01:19:23 +02:00
parent 7e10e25f96
commit f12c55805c
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -400,7 +400,14 @@ void set_opts(uint8_t opts) {
low_flash_available();
}
extern int cmd_register();
extern int cmd_authenticate();
extern int cmd_version();
static const cmd_t cmds[] = {
{ CTAP_REGISTER, cmd_register },
{ CTAP_AUTHENTICATE, cmd_authenticate },
{ CTAP_VERSION, cmd_version },
{ 0x00, 0x0 }
};