mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Adjusted all other targets
This commit is contained in:
parent
0e7fd20569
commit
d81d445165
28 changed files with 317 additions and 361 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
#include "system.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
#include "gpio.h"
|
||||
|
||||
#include "sensor.h"
|
||||
|
@ -38,6 +38,7 @@
|
|||
|
||||
void adcInit(drv_adc_config_t *init)
|
||||
{
|
||||
UNUSED(init);
|
||||
ADC_InitTypeDef ADC_InitStructure;
|
||||
DMA_InitTypeDef DMA_InitStructure;
|
||||
GPIO_InitTypeDef GPIO_InitStructure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue