1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

If DSHOT telemetry is still being received, wait (#12612)

This commit is contained in:
Steve Evans 2023-04-10 00:01:52 +01:00 committed by GitHub
parent af97415da2
commit b7c5f84d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 46 deletions

View file

@ -167,6 +167,7 @@ typedef struct bbPort_s {
uint16_t *portInputBuffer;
uint32_t portInputCount;
bool inputActive;
volatile bool telemetryPending;
// Misc
#ifdef DEBUG_COUNT_INTERRUPT