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

Sag compensated battery voltage and voltage based throttle compensation

This commit is contained in:
Michel Pastor 2018-06-04 17:32:30 +02:00
parent 4374471efc
commit 284f8447c8
10 changed files with 89 additions and 6 deletions

View file

@ -59,6 +59,7 @@ typedef enum {
DEBUG_ALWAYS,
DEBUG_STAGE2,
DEBUG_WIND_ESTIMATOR,
DEBUG_SAG_COMP_VOLTAGE,
DEBUG_COUNT
} debugType_e;
@ -75,4 +76,4 @@ void debugTracePrintBufferHex(bool synchronous, const void *buffer, size_t size)
#define DEBUG_TRACE_SYNC(fmt, ...)
#define DEBUG_TRACE_BUFFER_HEX(buf, size)
#define DEBUG_TRACE_BUFFER_HEX_SYNC(buf, size)
#endif
#endif