1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Fix Ident

This commit is contained in:
borisbstyle 2016-08-08 19:20:17 +02:00
parent 6afa233a8f
commit 6a02cde5be

View file

@ -195,7 +195,7 @@ typedef enum {
ADJUSTMENT_ROLL_P,
ADJUSTMENT_ROLL_I,
ADJUSTMENT_ROLL_D,
ADJUSTMENT_RC_RATE_YAW,
ADJUSTMENT_RC_RATE_YAW,
ADJUSTMENT_FUNCTION_COUNT,
} adjustmentFunction_e;