Skip to content

Commit d68d0ef

Browse files
statemachine thread is back
1 parent ee1cf8b commit d68d0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Src/u_threads.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)