mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Cosmetics
This commit is contained in:
parent
916d462b5b
commit
11ede465ac
2 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,6 @@ CustomFunctionsContext modelFunctionsContext = { 0 };
|
||||||
|
|
||||||
#if defined(CPUARM)
|
#if defined(CPUARM)
|
||||||
CustomFunctionsContext globalFunctionsContext = { 0 };
|
CustomFunctionsContext globalFunctionsContext = { 0 };
|
||||||
extern TelemetryItem telemetryItems[];
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -184,6 +184,8 @@ inline bool isTelemetryFieldComparisonAvailable(int index)
|
||||||
return (sensor.id != 0);
|
return (sensor.id != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern TelemetryItem telemetryItems[];
|
||||||
|
|
||||||
void setTelemetryValue(TelemetryProtocol protocol, uint16_t id, uint8_t instance, int32_t value, uint32_t unit, uint32_t prec);
|
void setTelemetryValue(TelemetryProtocol protocol, uint16_t id, uint8_t instance, int32_t value, uint32_t unit, uint32_t prec);
|
||||||
void delTelemetryIndex(uint8_t index);
|
void delTelemetryIndex(uint8_t index);
|
||||||
int availableTelemetryIndex();
|
int availableTelemetryIndex();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue