1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +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

@ -63,6 +63,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RANGEFINDER",
"RANGEFINDER_QUALITY",
"LIDAR_TF",
"ADC_INTERNAL",
"RUNAWAY_TAKEOFF",
"SDIO",
"CURRENT_SENSOR",
@ -75,5 +76,4 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RX_SIGNAL_LOSS",
"RC_SMOOTHING_RATE",
"ANTI_GRAVITY",
"ADC_INTERNAL",
};