1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Use FAST_CODE for pwmDshotSetDirectionInput.

This commit is contained in:
Dominic Clifton 2019-08-28 14:38:27 +02:00
parent 227f6f76a2
commit a722be1a15

View file

@ -98,7 +98,7 @@ void pwmDshotSetDirectionOutput(
}
#ifdef USE_DSHOT_TELEMETRY
static void pwmDshotSetDirectionInput(
FAST_CODE static void pwmDshotSetDirectionInput(
motorDmaOutput_t * const motor
)
{