Skip to content

Commit

Permalink
Fix bidirectional dshot on F7 (#12796)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed May 12, 2023
1 parent c41b458 commit 223c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/dshot_bitbang_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 223c2b3

Please sign in to comment.