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

Keep coreTemperature's position for bblog backward compatibility

This commit is contained in:
jflyper 2018-11-12 04:51:06 +09:00
parent 635f8fc18a
commit a672861184
3 changed files with 5 additions and 5 deletions

View file

@ -81,6 +81,7 @@ typedef enum {
DEBUG_RANGEFINDER,
DEBUG_RANGEFINDER_QUALITY,
DEBUG_LIDAR_TF,
DEBUG_ADC_INTERNAL,
DEBUG_RUNAWAY_TAKEOFF,
DEBUG_SDIO,
DEBUG_CURRENT,
@ -93,7 +94,6 @@ typedef enum {
DEBUG_RX_SIGNAL_LOSS,
DEBUG_RC_SMOOTHING_RATE,
DEBUG_ANTI_GRAVITY,
DEBUG_ADC_INTERNAL,
DEBUG_COUNT
} debugType_e;