Skip to content

Commit 98e5225

Browse files
committed
fix comment in scheduler
1 parent 1073acb commit 98e5225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/fc/fc_tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
558558
[TASK_ADSB] = {
559559
.taskName = "ADSB",
560560
.taskFunc = taskAdsb,
561-
.desiredPeriod = TASK_PERIOD_MS(500), // ADSB is updated at 1 Hz
561+
.desiredPeriod = TASK_PERIOD_MS(500), // ADSB is updated at 2 Hz, can be select 1 Hz as well
562562
.staticPriority = TASK_PRIORITY_IDLE,
563563
},
564564
#endif

0 commit comments

Comments
 (0)