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

Fix missing telemTemperature1

This commit is contained in:
blckmn 2016-12-31 14:40:01 +11:00
parent 06775e5c51
commit 08e084966f
2 changed files with 1 additions and 2 deletions

View file

@ -25,6 +25,7 @@ typedef enum {
SENSOR_INDEX_COUNT
} sensorIndex_e;
extern int16_t telemTemperature1; //FIXME move to temp sensor...?
extern uint8_t detectedSensors[SENSOR_INDEX_COUNT];
typedef struct int16_flightDynamicsTrims_s {