mirror of
https://github.com/polhenarejos/pico-fido
synced 2026-05-31 18:21:19 +02:00
@@ -41,7 +41,7 @@ int u2f_select(app_t *a) {
|
||||
return CCID_ERR_FILE_NOT_FOUND;
|
||||
}
|
||||
|
||||
void __attribute__((constructor)) u2f_ctor() {
|
||||
INITIALIZER ( u2f_ctor ) {
|
||||
register_app(u2f_select, u2f_aid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user