mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-14 11:59:56 +03:00
add mode to swtich mixer profile
This commit is contained in:
parent
2fb9601dd6
commit
1839a458d2
4 changed files with 27 additions and 13 deletions
|
@ -26,8 +26,10 @@
|
|||
|
||||
#include "programming/logic_condition.h"
|
||||
#include "programming/pid.h"
|
||||
#include "flight/mixer_profile.h"
|
||||
|
||||
void programmingFrameworkUpdateTask(timeUs_t currentTimeUs) {
|
||||
programmingPidUpdateTask(currentTimeUs);
|
||||
outputProfileUpdateTask(currentTimeUs);
|
||||
logicConditionUpdateTask(currentTimeUs);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue