1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Separated ADC parameter group code into separate files

This commit is contained in:
Martin Budden 2017-11-28 12:58:44 +00:00
parent a0f6d10b72
commit 725f0dfa26
18 changed files with 131 additions and 50 deletions

View file

@ -33,6 +33,9 @@
#include "common/utils.h"
#include "pg/adc.h"
const adcDevice_t adcHardware[] = {
{ .ADCx = ADC1, .rccADC = RCC_AHB(ADC12), .DMAy_Channelx = DMA1_Channel1 },
#ifdef ADC24_DMA_REMAP