Skip to content

Commit 4cbbf39

Browse files
make it build
1 parent 1074697 commit 4cbbf39

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
@@ -935,7 +935,7 @@ uint8_t threads_init(TX_BYTE_POOL *byte_pool) {
935935
CATCH_ERROR(create_thread(byte_pool, &mux_thread), U_SUCCESS); // Create Mux thread.
936936
CATCH_ERROR(create_thread(byte_pool, &peripherals_thread), U_SUCCESS); // Create Peripherals thread.
937937
// CATCH_ERROR(create_thread(byte_pool, &test_thread), U_SUCCESS); // Create Test thread.
938-
CATCH_ERROR(create_thread(byte_pool, &rtds_telemetry_thread), U_SUCCESS); // Create RTDS Telemetry thread.
938+
CATCH_ERROR(create_thread(byte_pool, &misc_telemetry_thread), U_SUCCESS); // Create RTDS Telemetry thread.
939939

940940
// add more threads here if need
941941

0 commit comments

Comments
 (0)