mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix bidirectional dshot on F7 (#12796)
This commit is contained in:
parent
c41b458e58
commit
223c2b3f5b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ uint16_t bbBuffer[134];
|
||||||
|
|
||||||
#define DSHOT_TELEMETRY_START_MARGIN 10
|
#define DSHOT_TELEMETRY_START_MARGIN 10
|
||||||
|
|
||||||
static unsigned int preambleSkip = 0;
|
static uint8_t preambleSkip = 0;
|
||||||
|
|
||||||
typedef struct bitBandWord_s {
|
typedef struct bitBandWord_s {
|
||||||
uint32_t value;
|
uint32_t value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue