mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +00:00
FreeRTOS
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user