mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Change tabs to spaces and remove trailing whitespace
This commit is contained in:
parent
be5b709af6
commit
9558ae2519
19 changed files with 30 additions and 30 deletions
|
@ -136,7 +136,7 @@ void adcInit(adcConfig_t *config)
|
|||
if (!adcActive) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
RCC_ClockCmd(adc.rccADC, ENABLE);
|
||||
|
||||
dmaInit(dmaGetIdentifier(adc.DMAy_Streamx), OWNER_ADC, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue