mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
FreeRTOS
This commit is contained in:
@@ -95,7 +95,7 @@ void app_main(void)
|
||||
// Task #1; increments num1, sends data to queue1
|
||||
void task1(void *pvParameters) {
|
||||
uint32_t x = 0;
|
||||
SensorsData task1_data {
|
||||
SensorsData task1_data = {
|
||||
.num1 = 0,
|
||||
.num2 = 0,
|
||||
.num3 = 0,
|
||||
|
Reference in New Issue
Block a user