1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

[ADC] Fix ADC5_DMA_OPT def

This commit is contained in:
jflyper 2020-03-22 20:53:43 +09:00
parent 9c3d4603b7
commit 433bf792f8

View file

@ -525,8 +525,8 @@
#if !defined(ADC4_DMA_OPT) #if !defined(ADC4_DMA_OPT)
#define ADC4_DMA_OPT (DMA_OPT_UNUSED) #define ADC4_DMA_OPT (DMA_OPT_UNUSED)
#endif #endif
#if !defined(ADC4_DMA_OPT) #if !defined(ADC5_DMA_OPT)
#define ADC4_DMA_OPT (-1) #define ADC5_DMA_OPT (DMA_OPT_UNUSED)
#endif #endif
#endif // USE_ADC #endif // USE_ADC