mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 09:01:24 +02:00
select_app now invokes U2F or FIDO depending on the message.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -34,6 +34,7 @@ typedef struct app {
|
||||
} app_t;
|
||||
|
||||
extern int register_app(int (*)(app_t *), const uint8_t *);
|
||||
extern int select_app(const uint8_t *aid, size_t aid_len);
|
||||
|
||||
typedef struct cmd {
|
||||
uint8_t ins;
|
||||
|
||||
Reference in New Issue
Block a user