1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Redefine rate implementation // new power expo // remove super expo feature

This commit is contained in:
borisbstyle 2016-08-26 02:05:28 +02:00 committed by mikeller
parent 633832af0f
commit 24b4036968
9 changed files with 40 additions and 28 deletions

View file

@ -56,5 +56,6 @@ typedef enum {
DEBUG_RC_INTERPOLATION,
DEBUG_VELOCITY,
DEBUG_DTERM_FILTER,
DEBUG_ANGLERATE,
DEBUG_COUNT
} debugType_e;