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

Added new debug mode to time pidloop subtasks.

This commit is contained in:
Martin Budden 2016-05-05 10:28:26 +01:00
parent fa24d2950e
commit 825475fd43
10 changed files with 98 additions and 78 deletions

View file

@ -42,10 +42,13 @@ extern uint32_t sectionTimes[2][4];
#endif
typedef enum {
DEBUG_CYCLETIME = 1,
DEBUG_NONE,
DEBUG_CYCLETIME,
DEBUG_BATTERY,
DEBUG_GYRO,
DEBUG_ACCELEROMETER,
DEBUG_MIXER,
DEBUG_AIRMODE
DEBUG_AIRMODE,
DEBUG_PIDLOOP,
DEBUG_COUNT
} debugType_e;