mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Increased number of rate profiles to 6
This commit is contained in:
parent
ab1812455f
commit
7acebf8b34
5 changed files with 10 additions and 2 deletions
|
@ -44,6 +44,7 @@ extern "C" {
|
|||
|
||||
#include "flight/pid.h"
|
||||
|
||||
#include "fc/config.h"
|
||||
#include "fc/controlrate_profile.h"
|
||||
#include "fc/rc_modes.h"
|
||||
#include "fc/rc_adjustments.h"
|
||||
|
@ -720,6 +721,7 @@ uint8_t stateFlags = 0;
|
|||
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT];
|
||||
rxRuntimeConfig_t rxRuntimeConfig;
|
||||
PG_REGISTER(blackboxConfig_t, blackboxConfig, PG_BLACKBOX_CONFIG, 0);
|
||||
PG_REGISTER(systemConfig_t, systemConfig, PG_SYSTEM_CONFIG, 2);
|
||||
void resetArmingDisabled(void) {}
|
||||
timeDelta_t getTaskDeltaTime(cfTaskId_e) { return 20000; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue