mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Added PG config definitions 9
This commit is contained in:
parent
a98a799895
commit
5e5fc09b1d
9 changed files with 63 additions and 37 deletions
|
@ -86,7 +86,6 @@ typedef struct pidProfile_s {
|
|||
float rateAccelLimit; // accel limiter roll/pitch deg/sec/ms
|
||||
} pidProfile_t;
|
||||
|
||||
//PG_DECLARE_PROFILE(pidProfile_t, pidProfile);
|
||||
#if FLASH_SIZE <= 128
|
||||
#define MAX_PROFILE_COUNT 2
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue