Skip to content

Commit

Permalink
Use FAST_CODE for pwmDshotSetDirectionInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Sep 2, 2019
1 parent 227f6f7 commit a722be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/pwm_output_dshot_hal.c
Expand Up @@ -98,7 +98,7 @@ void pwmDshotSetDirectionOutput(
}

#ifdef USE_DSHOT_TELEMETRY
static void pwmDshotSetDirectionInput(
FAST_CODE static void pwmDshotSetDirectionInput(
motorDmaOutput_t * const motor
)
{
Expand Down

0 comments on commit a722be1

Please sign in to comment.