Skip to content

Commit

Permalink
Use USE_DSHOT_BITBAND (betaflight#13090)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans authored Sep 27, 2023
1 parent 696e23f commit d8ed530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/dshot_bitbang_decode.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#if defined(USE_DSHOT) && defined(USE_DSHOT_TELEMETRY)

#if defined(STM32F4) || defined(AT32F4)
#ifdef USE_DSHOT_BITBAND
uint32_t decode_bb_bitband( uint16_t buffer[], uint32_t count, uint32_t bit);
#else
uint32_t decode_bb(uint16_t buffer[], uint32_t count, uint32_t mask);
Expand Down

0 comments on commit d8ed530

Please sign in to comment.