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:
parent
06775e5c51
commit
08e084966f
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue