1
0
Fork 0
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:
shota 2023-07-01 13:01:37 +09:00
parent 2fb9601dd6
commit 1839a458d2
4 changed files with 27 additions and 13 deletions

View file

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