mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Introduce dma_reqmap
This commit is contained in:
parent
3631e41292
commit
fe182bb2fb
82 changed files with 1051 additions and 188 deletions
|
@ -119,6 +119,7 @@ void adcInit(const adcConfig_t *config)
|
|||
}
|
||||
|
||||
ADCDevice device = ADC_CFG_TO_DEV(config->device);
|
||||
|
||||
if (device == ADCINVALID) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue