1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Fix logging of total PID output to BB log; Add a lot of debug logging via a GENERIC logging type

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2019-02-09 18:00:52 +01:00
parent 7bdd5967e7
commit b21b4436d1
4 changed files with 14 additions and 3 deletions

View file

@ -68,6 +68,7 @@ typedef enum {
DEBUG_REM_FLIGHT_TIME,
DEBUG_SMARTAUDIO,
DEBUG_ACC,
DEBUG_GENERIC,
DEBUG_COUNT
} debugType_e;