mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Some fixes.
This commit is contained in:
parent
fefedbd686
commit
db3c0d1447
2 changed files with 7 additions and 10 deletions
|
@ -76,15 +76,13 @@ typedef struct pid8_s {
|
|||
uint8_t D;
|
||||
} pid8_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
typedef enum {
|
||||
ITERM_RELAX_OFF,
|
||||
ITERM_RELAX_RP,
|
||||
ITERM_RELAX_RPY
|
||||
} itermRelax_e;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
typedef enum {
|
||||
ITERM_RELAX_GYRO,
|
||||
ITERM_RELAX_SETPOINT
|
||||
} itermRelaxType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue