From a722be1a150c0da0ac1e115d0e1b11eefbd52cd6 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 28 Aug 2019 14:38:27 +0200 Subject: [PATCH] Use FAST_CODE for `pwmDshotSetDirectionInput`. --- src/main/drivers/pwm_output_dshot_hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/drivers/pwm_output_dshot_hal.c b/src/main/drivers/pwm_output_dshot_hal.c index 5103e2313c..759388f4e6 100644 --- a/src/main/drivers/pwm_output_dshot_hal.c +++ b/src/main/drivers/pwm_output_dshot_hal.c @@ -98,7 +98,7 @@ void pwmDshotSetDirectionOutput( } #ifdef USE_DSHOT_TELEMETRY -static void pwmDshotSetDirectionInput( +FAST_CODE static void pwmDshotSetDirectionInput( motorDmaOutput_t * const motor ) {