1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +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)
#define ADC4_DMA_OPT (DMA_OPT_UNUSED)
#endif
#if !defined(ADC4_DMA_OPT)
#define ADC4_DMA_OPT (-1)
#if !defined(ADC5_DMA_OPT)
#define ADC5_DMA_OPT (DMA_OPT_UNUSED)
#endif
#endif // USE_ADC