mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 23:08:12 +00:00
FrSkyD compilation issue without telemetry
This commit is contained in:
parent
69ed2d2428
commit
9ee0311ea9
@ -97,7 +97,9 @@ uint16_t initFrSky_2way()
|
|||||||
{
|
{
|
||||||
Frsky_init_hop();
|
Frsky_init_hop();
|
||||||
packet_count=0;
|
packet_count=0;
|
||||||
init_frskyd_link_telemetry();
|
#if defined TELEMETRY
|
||||||
|
init_frskyd_link_telemetry();
|
||||||
|
#endif
|
||||||
if(IS_AUTOBIND_FLAG_on)
|
if(IS_AUTOBIND_FLAG_on)
|
||||||
{
|
{
|
||||||
frsky2way_init(1);
|
frsky2way_init(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user