mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +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
|
#endif // USE_DSHOT_TELEMETRY_STATS
|
||||||
|
|
||||||
NOINLINE bool pwmStartDshotMotorUpdate(void)
|
FAST_CODE_NOINLINE bool pwmStartDshotMotorUpdate(void)
|
||||||
{
|
{
|
||||||
if (!useDshotTelemetry) {
|
if (!useDshotTelemetry) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue