We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1074697 commit 4cbbf39Copy full SHA for 4cbbf39
1 file changed
Core/Src/u_threads.c
@@ -935,7 +935,7 @@ uint8_t threads_init(TX_BYTE_POOL *byte_pool) {
935
CATCH_ERROR(create_thread(byte_pool, &mux_thread), U_SUCCESS); // Create Mux thread.
936
CATCH_ERROR(create_thread(byte_pool, &peripherals_thread), U_SUCCESS); // Create Peripherals thread.
937
// 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.
+ CATCH_ERROR(create_thread(byte_pool, &misc_telemetry_thread), U_SUCCESS); // Create RTDS Telemetry thread.
939
940
// add more threads here if need
941
0 commit comments