1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

Removed #includes from header files and other betaflight catchups

This commit is contained in:
Martin Budden 2016-08-06 12:59:12 +01:00
parent f440eadc03
commit 19ab505e6a
80 changed files with 174 additions and 117 deletions

View file

@ -17,8 +17,8 @@
#pragma once
#include "io.h"
#include "rcc.h"
#include "io_types.h"
#include "rcc_types.h"
#if defined(STM32F4)
#define ADC_TAG_MAP_COUNT 16
@ -65,4 +65,4 @@ extern const adcTagMap_t adcTagMap[ADC_TAG_MAP_COUNT];
extern adc_config_t adcConfig[ADC_CHANNEL_COUNT];
extern volatile uint16_t adcValues[ADC_CHANNEL_COUNT];
uint8_t adcChannelByTag(ioTag_t ioTag);
uint8_t adcChannelByTag(ioTag_t ioTag);