check frameComplete

This commit is contained in:
treymarc 2014-05-01 05:22:06 +02:00
parent ed46b4e4ac
commit 9d15009ad3
1 changed files with 3 additions and 0 deletions

View File

@ -461,6 +461,9 @@ void loop(void)
case SERIALRX_SUMD:
rcReady = sumdFrameComplete();
break;
case SERIALRX_MSP:
rcReady = mspFrameComplete();
break;
}
}