Fix build for non-pico boards.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-09-22 23:52:47 +02:00
parent 4edc506759
commit 0b49fe4e1b
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -42,6 +42,9 @@ static void (*card_locked_func)(void) = NULL;
static mutex_t mutex;
extern void usb_desc_setup();
#endif
#if !defined(PICO_PLATFORM) && !defined(ENABLE_EMULATION)
pthread_t hcore0, hcore1;
#endif
#ifdef USB_ITF_HID
uint8_t ITF_HID_CTAP = ITF_INVALID, ITF_HID_KB = ITF_INVALID;