This commit is contained in:
2025-08-05 02:12:22 -04:00
parent f29405a517
commit f4d9ed3516

View File

@@ -22,6 +22,13 @@
SemaphoreHandle_t xMutex;
QueueHandle_t xQueue1;
QueueHandle_t xQueue2;
typedef struct {
uint32_t num1;
uint32_t num2;
uint32_t num3;
} data;
static int cntdn;
void task1(void *pvParameters);