mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Do not include OTP FIDO in the CCID interface if not available.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -325,7 +325,11 @@ char const *string_desc_arr [] = {
|
||||
"Config" // 4: Vendor Interface
|
||||
, "HID Interface"
|
||||
, "HID Keyboard Interface"
|
||||
#ifdef USB_ITF_HID
|
||||
, "CCID OTP FIDO Interface"
|
||||
#else
|
||||
, "CCID Interface"
|
||||
#endif
|
||||
, "WebCCID Interface"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user