1
0
Fork 0
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:
Damjan Adamic 2017-02-04 14:47:33 +01:00
parent 839f8ae557
commit c66e45f0f7

View file

@ -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()
{