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
{
frsky2way_init(0);
state = FRSKY_DATA2;
state = FRSKY_BIND_DONE;
}
return 10000;
}