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:
parent
af97415da2
commit
b7c5f84d2f
5 changed files with 130 additions and 46 deletions
|
@ -167,6 +167,7 @@ typedef struct bbPort_s {
|
|||
uint16_t *portInputBuffer;
|
||||
uint32_t portInputCount;
|
||||
bool inputActive;
|
||||
volatile bool telemetryPending;
|
||||
|
||||
// Misc
|
||||
#ifdef DEBUG_COUNT_INTERRUPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue