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

Added protocol level RX frame rate measurement for FrSky FPort.

This commit is contained in:
mikeller 2020-02-23 13:10:31 +13:00
parent 53318e5e4d
commit dc5671f34c
9 changed files with 71 additions and 7 deletions

View file

@ -186,4 +186,5 @@ extern "C" {
bool isUpright(void) { return true; }
void blackboxLogEvent(FlightLogEvent, union flightLogEventData_u *) {};
void gyroFiltering(timeUs_t) {};
timeDelta_t rxGetFrameDelta(timeDelta_t *) { return 0; }
}