Merge remote-tracking branch 'origin/main'

This commit is contained in:
Pol Henarejos
2025-09-24 01:12:07 +02:00
3 changed files with 161 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ static void (*card_locked_func)(void) = NULL;
static mutex_t mutex;
extern void usb_desc_setup();
#endif
#if !defined(PICO_PLATFORM) && !defined(ENABLE_EMULATION)
#if !defined(PICO_PLATFORM) && !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
#include <pthread.h>
pthread_t hcore0, hcore1;
#endif