mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Merge pull request #5977 from DieHertz/exile-pid-audio-from-fastcode
Marked pidAudioUpdate not for inlining
This commit is contained in:
commit
60de878452
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue