mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
[H7] BB-Dshot support (TIM1/TIM8 limited version)
This commit is contained in:
parent
575460ac52
commit
fe1a05fa2a
7 changed files with 30 additions and 9 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
#ifdef USE_DMA_REGISTER_CACHE
|
||||
typedef struct dmaRegCache_s {
|
||||
#if defined(STM32F4) || defined(STM32F7)
|
||||
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
|
||||
uint32_t CR;
|
||||
uint32_t FCR;
|
||||
uint32_t NDTR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue