1
0
Fork 0
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:
blckmn 2016-06-13 15:33:29 +10:00
parent 0e7fd20569
commit d81d445165
28 changed files with 317 additions and 361 deletions

View file

@ -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;