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:
parent
9c3d4603b7
commit
433bf792f8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue