mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed 'NOINLINE' attribute.
This commit is contained in:
parent
3d6e62cb54
commit
224342a321
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void updateDshotTelemetryQuality(dshotTelemetryQuality_t *qualityStats, bool pac
|
|||
}
|
||||
#endif // USE_DSHOT_TELEMETRY_STATS
|
||||
|
||||
NOINLINE bool pwmStartDshotMotorUpdate(void)
|
||||
FAST_CODE_NOINLINE bool pwmStartDshotMotorUpdate(void)
|
||||
{
|
||||
if (!useDshotTelemetry) {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue