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,7 @@
|
||||
SemaphoreHandle_t xMutex;
|
||||
QueueHandle_t xQueue1;
|
||||
QueueHandle_t xQueue2;
|
||||
static int cntdn;
|
||||
|
||||
void task1(void *pvParameters);
|
||||
void task2(void *pvParameters);
|
||||
@@ -29,6 +30,7 @@ void task_restart(void *pvParameters);
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
cntdn = 10;
|
||||
printf("Hello world!\n");
|
||||
|
||||
/* Print chip information */
|
||||
|
Reference in New Issue
Block a user