mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Another fix for processTelemetryData
This commit is contained in:
parent
839f8ae557
commit
c66e45f0f7
1 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,7 @@ lcdint_t applyChannelRatio(source_t channel, lcdint_t val)
|
||||||
#else
|
#else
|
||||||
#define IS_TELEMETRY_INTERNAL_MODULE (false)
|
#define IS_TELEMETRY_INTERNAL_MODULE (false)
|
||||||
#endif
|
#endif
|
||||||
#if defined(CPUARM)
|
|
||||||
void processTelemetryData(uint8_t data)
|
void processTelemetryData(uint8_t data)
|
||||||
{
|
{
|
||||||
#if defined(CROSSFIRE)
|
#if defined(CROSSFIRE)
|
||||||
|
@ -84,7 +84,6 @@ void processTelemetryData(uint8_t data)
|
||||||
#endif
|
#endif
|
||||||
processFrskyTelemetryData(data);
|
processFrskyTelemetryData(data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void telemetryWakeup()
|
void telemetryWakeup()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue