Skip to content

Commit

Permalink
updates github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bytecod3 committed Aug 6, 2024
1 parent df92d52 commit a9a14d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions n4-flight-software/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a9a14d5

Please sign in to comment.