Fix build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-10-28 09:36:55 +01:00
parent 4bcbf7f9a9
commit b0180711e7
2 changed files with 1 additions and 4 deletions

View File

@@ -135,9 +135,6 @@ void *cbor_thread(void *arg) {
flag = EV_EXEC_FINISHED;
queue_add_blocking(&card_to_usb_q, &flag);
}
#ifdef ESP_PLATFORM
vTaskDelete(NULL);
#endif
return NULL;
}