1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Changed DEBUG_NOTCH to record unfiltered gyro output (#3965)

This commit is contained in:
Martin Budden 2017-08-27 07:45:22 +01:00 committed by GitHub
parent 5ff2238933
commit ef00cc45cf
3 changed files with 4 additions and 3 deletions

View file

@ -54,7 +54,7 @@ typedef enum {
DEBUG_MIXER,
DEBUG_AIRMODE,
DEBUG_PIDLOOP,
DEBUG_NOTCH,
DEBUG_GYRO_NOTCH,
DEBUG_RC_INTERPOLATION,
DEBUG_VELOCITY,
DEBUG_DTERM_FILTER,