This commit is contained in:
2025-08-05 02:03:17 -04:00
parent 7fc93ab65c
commit 8f09145b3f

View File

@@ -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 */