Skip to content

Commit

Permalink
Fixed cf21bl propeller test that asserted
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Jan 27, 2025
1 parent 3d316cc commit 943bfaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/src/stabilizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,10 @@ static void stabilizerTask(void* param)
calcSensorToOutputLatency(&sensorData);
stabilizerStep++;
STATS_CNT_RATE_EVENT(&stabilizerRate);

xSemaphoreGive(xRateSupervisorSemaphore);
}

xSemaphoreGive(xRateSupervisorSemaphore);

#ifdef CONFIG_MOTORS_ESC_PROTOCOL_DSHOT
motorsBurstDshot();
#endif
Expand Down

0 comments on commit 943bfaa

Please sign in to comment.