FrSkyD small change

This commit is contained in:
pascallanger 2017-02-06 10:32:09 +01:00
parent 0068f21a2d
commit 68b94cfcaa

View File

@ -105,8 +105,7 @@ uint16_t initFrSky_2way()
} }
else else
{ {
frsky2way_init(0); state = FRSKY_BIND_DONE;
state = FRSKY_DATA2;
} }
return 10000; return 10000;
} }