mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Use FAST_CODE for pwmDshotSetDirectionInput
.
This commit is contained in:
parent
227f6f76a2
commit
a722be1a15
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void pwmDshotSetDirectionOutput(
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_DSHOT_TELEMETRY
|
#ifdef USE_DSHOT_TELEMETRY
|
||||||
static void pwmDshotSetDirectionInput(
|
FAST_CODE static void pwmDshotSetDirectionInput(
|
||||||
motorDmaOutput_t * const motor
|
motorDmaOutput_t * const motor
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue