From a9a14d5d009cedf486af02c08dd05b579147dd1f Mon Sep 17 00:00:00 2001 From: bytecod3 Date: Tue, 6 Aug 2024 13:45:55 +0300 Subject: [PATCH] updates github actions --- n4-flight-software/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/n4-flight-software/src/main.cpp b/n4-flight-software/src/main.cpp index 732ce17..9f4940b 100644 --- a/n4-flight-software/src/main.cpp +++ b/n4-flight-software/src/main.cpp @@ -1352,6 +1352,7 @@ void setup(){ } else { debugln("[-}Failed to create checkFlightState task"); } + // /* TASK 6: FLIGHT STATE CALLBACK TASK */ th = xTaskCreatePinnedToCore(flightStateCallback,"flightStateCallback",STACK_SIZE*2,NULL,1, NULL,app_id);