mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +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
|
||||
#define IS_TELEMETRY_INTERNAL_MODULE (false)
|
||||
#endif
|
||||
#if defined(CPUARM)
|
||||
|
||||
void processTelemetryData(uint8_t data)
|
||||
{
|
||||
#if defined(CROSSFIRE)
|
||||
|
@ -84,7 +84,6 @@ void processTelemetryData(uint8_t data)
|
|||
#endif
|
||||
processFrskyTelemetryData(data);
|
||||
}
|
||||
#endif
|
||||
|
||||
void telemetryWakeup()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue