1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Fix bidirectional dshot on F7 (#12796)

This commit is contained in:
Mark Haslinghuis 2023-05-12 18:56:52 +02:00 committed by GitHub
parent c41b458e58
commit 223c2b3f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ uint16_t bbBuffer[134];
#define DSHOT_TELEMETRY_START_MARGIN 10
static unsigned int preambleSkip = 0;
static uint8_t preambleSkip = 0;
typedef struct bitBandWord_s {
uint32_t value;