1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Increased number of rate profiles to 6

This commit is contained in:
Martin Budden 2017-10-09 22:07:55 +01:00
parent ab1812455f
commit 7acebf8b34
5 changed files with 10 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include "pg/pg.h"
#define CONTROL_RATE_PROFILE_COUNT 3
#define CONTROL_RATE_PROFILE_COUNT 6
typedef enum {
RATES_TYPE_BETAFLIGHT = 0,