mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #7687 from klutvott123/adc-dma-fix
Place ADC DMA buffer in DTCM RAM
This commit is contained in:
commit
8263e0bbac
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
//#define DEBUG_ADC_CHANNELS
|
||||
|
||||
adcOperatingConfig_t adcOperatingConfig[ADC_CHANNEL_COUNT];
|
||||
volatile uint16_t adcValues[ADC_CHANNEL_COUNT];
|
||||
volatile FAST_RAM_ZERO_INIT uint16_t adcValues[ADC_CHANNEL_COUNT];
|
||||
|
||||
#ifdef USE_ADC_INTERNAL
|
||||
uint16_t adcTSCAL1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue