1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

[H7] Add USE_DMA_SPEC to H7

This commit is contained in:
jflyper 2019-06-06 01:35:44 +09:00
parent c6041e1ed6
commit 16f2392458
8 changed files with 247 additions and 23 deletions

View file

@ -69,7 +69,7 @@ typedef struct adcDevice_s {
#else
DMA_Channel_TypeDef* DMAy_Channelx;
#endif
#endif
#endif // !defined(USE_DMA_SPEC)
#if defined(STM32F7) || defined(STM32H7)
ADC_HandleTypeDef ADCHandle;
DMA_HandleTypeDef DmaHandle;