1
0
Fork 0
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:
mikeller 2019-08-04 15:01:23 +12:00
parent 3d6e62cb54
commit 224342a321

View file

@ -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;