From 474e8b8b461db62d7c44244d43b864e07b3faafd Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 28 Jan 2026 00:53:34 +0100 Subject: [PATCH] Fix crash when only CCID is enabled Signed-off-by: Pol Henarejos --- src/usb/usb_descriptors.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/usb/usb_descriptors.c b/src/usb/usb_descriptors.c index 3657b52..818795b 100644 --- a/src/usb/usb_descriptors.c +++ b/src/usb/usb_descriptors.c @@ -323,14 +323,10 @@ char const *string_desc_arr [] = { "Pico Key", // 2: Product "11223344", // 3: Serials, should use chip ID "Config" // 4: Vendor Interface -#ifdef USB_ITF_HID , "HID Interface" , "HID Keyboard Interface" -#endif -#ifdef USB_ITF_CCID , "CCID OTP FIDO Interface" , "WebCCID Interface" -#endif }; #ifdef ESP_PLATFORM