Remove out of date comment.

This commit is contained in:
Hydra 2016-09-19 16:32:48 +02:00 committed by Dominic Clifton
parent a604abefd8
commit 77873c4162
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ void main_init(void)
/* Setup scheduler */
schedulerInit();
rescheduleTask(TASK_GYROPID, gyro.targetLooptime); // Add a littlebit of extra time to reduce busy wait
rescheduleTask(TASK_GYROPID, gyro.targetLooptime);
setTaskEnabled(TASK_GYROPID, true);
if (sensors(SENSOR_ACC)) {