mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
More cleanups
This commit is contained in:
@@ -18,8 +18,8 @@ void readRC()
|
||||
{
|
||||
bool failSafe, lostFrame;
|
||||
if (RC.read(channels, &failSafe, &lostFrame)) {
|
||||
if (failSafe) { rcFailSafe++; return; } // TODO: NOT TESTED YET
|
||||
if (lostFrame) { rcLostFrame++; return; }
|
||||
if (failSafe) { return; } // TODO:
|
||||
if (lostFrame) { return; }
|
||||
normalizeRC();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user