We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f6db1 + 734050e commit 88d746bCopy full SHA for 88d746b
src/main/fc/fc_tasks.c
@@ -733,10 +733,10 @@ cfTask_t cfTasks[TASK_COUNT] = {
733
734
#if defined(USE_TELEMETRY) && defined(USE_TELEMETRY_SBUS2)
735
[TASK_TELEMETRY_SBUS2] = {
736
- .taskName = "SBUS2_TELEMETRY",
+ .taskName = "SBUS2 TLM",
737
.taskFunc = taskSendSbus2Telemetry,
738
.desiredPeriod = TASK_PERIOD_US(125), // 8kHz 2ms dead time + 650us window / sensor.
739
- .staticPriority = TASK_PRIORITY_REALTIME, // timing is critical. Ideally, should be a timer interrupt triggered by sbus packet
+ .staticPriority = TASK_PRIORITY_LOW, // timing is critical. Ideally, should be a timer interrupt triggered by sbus packet
740
},
741
#endif
742
0 commit comments