mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +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 {
|
||||
|
|
|
@ -79,8 +79,6 @@ static portSharing_e frskyPortSharing;
|
|||
|
||||
extern batteryConfig_t *batteryConfig;
|
||||
|
||||
extern int16_t telemTemperature1; // FIXME dependency on mw.c
|
||||
|
||||
#define CYCLETIME 125
|
||||
|
||||
#define PROTOCOL_HEADER 0x5E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue