Merge pull request #5977 from DieHertz/exile-pid-audio-from-fastcode

Marked pidAudioUpdate not for inlining
This commit is contained in:
Michael Keller 2018-05-27 10:34:14 +12:00 committed by GitHub
commit 60de878452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void pidAudioSetMode(pidAudioModes_e mode)
pidAudioMode = mode;
}
void pidAudioUpdate(void)
void FAST_CODE_NOINLINE pidAudioUpdate(void)
{
bool newState = IS_RC_MODE_ACTIVE(BOXPIDAUDIO);