File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ uint8_t threads_init(TX_BYTE_POOL *byte_pool) {
936936 CATCH_ERROR (create_thread (byte_pool , & faults_queue_thread ), U_SUCCESS ); // Create Faults Queue thread.
937937 CATCH_ERROR (create_thread (byte_pool , & faults_thread ), U_SUCCESS ); // Create Faults thread.
938938 CATCH_ERROR (create_thread (byte_pool , & shutdown_thread ), U_SUCCESS ); // Create Shutdown thread.
939- // CATCH_ERROR(create_thread(byte_pool, &statemachine_thread), U_SUCCESS); // Create State Machine thread.
939+ CATCH_ERROR (create_thread (byte_pool , & statemachine_thread ), U_SUCCESS ); // Create State Machine thread.
940940 CATCH_ERROR (create_thread (byte_pool , & pedals_thread ), U_SUCCESS ); // Create Pedals thread.
941941 CATCH_ERROR (create_thread (byte_pool , & efuses_thread ), U_SUCCESS ); // Create eFuses thread.
942942 CATCH_ERROR (create_thread (byte_pool , & mux_thread ), U_SUCCESS ); // Create Mux thread.
You can’t perform that action at this time.
0 commit comments