1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

CRSF code tidy

This commit is contained in:
Martin Budden 2017-09-20 10:43:51 +01:00
parent c683dcdec9
commit 287a45659d
9 changed files with 50 additions and 45 deletions

View file

@ -368,7 +368,9 @@ void updateMagHold(void)
}
#endif
/*
* processRx called from taskUpdateRxMain
*/
void processRx(timeUs_t currentTimeUs)
{
static bool armedBeeperOn = false;