Skip to content

Commit

Permalink
Revert "Merge branch 'add_osd_hd_support' of https://github.com/fligh…
Browse files Browse the repository at this point in the history
…tng/atbetaflight into add_osd_hd_support"

This reverts commit ef2451e, reversing
changes made to 30348d9.
  • Loading branch information
shanggl committed Jun 13, 2023
1 parent ef2451e commit ebe4add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/dshot_dpwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ motorDevice_t *dshotPwmDevInit(const struct motorDevConfig_s *motorConfig, uint1
#define DSHOT_DMA_BUFFER_ATTRIBUTE // None
#endif

#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7) || defined(STM32G4) || defined(AT32F435)
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7) || defined(STM32G4) || defined(AT32F4)
#define DSHOT_DMA_BUFFER_UNIT uint32_t
#else
#define DSHOT_DMA_BUFFER_UNIT uint8_t
Expand Down

0 comments on commit ebe4add

Please sign in to comment.