mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Removed OSD_SLAVE defines.
This commit is contained in:
parent
a02e1dd384
commit
6a77c5f576
9 changed files with 23 additions and 216 deletions
|
@ -147,9 +147,7 @@ typedef struct pidProfile_s {
|
|||
uint8_t abs_control_error_limit; // Limit to the accumulated error
|
||||
} pidProfile_t;
|
||||
|
||||
#ifndef USE_OSD_SLAVE
|
||||
PG_DECLARE_ARRAY(pidProfile_t, MAX_PROFILE_COUNT, pidProfiles);
|
||||
#endif
|
||||
|
||||
typedef struct pidConfig_s {
|
||||
uint8_t pid_process_denom; // Processing denominator for PID controller vs gyro sampling rate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue