ADC: AdcConfiguration.h rename to AdcDevice.h
This commit is contained in:
parent
c51c6357ac
commit
dbbe6ace0a
|
@ -77,7 +77,7 @@
|
|||
#endif /* EFI_LOGIC_ANALYZER */
|
||||
|
||||
#if HAL_USE_ADC
|
||||
#include "AdcConfiguration.h"
|
||||
#include "AdcDevice.h"
|
||||
#endif /* HAL_USE_ADC */
|
||||
|
||||
#if defined(EFI_BOOTLOADER_INCLUDE_CODE)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @file AdcConfiguration.h
|
||||
* @file AdcDevice.h
|
||||
*
|
||||
* @date May 3, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
@ -28,7 +28,7 @@ float __attribute__((weak)) getAnalogInputDividerCoefficient(adc_channel_e) {
|
|||
#if HAL_USE_ADC
|
||||
|
||||
#include "adc_subscription.h"
|
||||
#include "AdcConfiguration.h"
|
||||
#include "AdcDevice.h"
|
||||
#include "mpu_util.h"
|
||||
#include "periodic_thread_controller.h"
|
||||
#include "protected_gpio.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "mmc_card.h"
|
||||
|
||||
#include "AdcConfiguration.h"
|
||||
#include "AdcDevice.h"
|
||||
#include "idle_hardware.h"
|
||||
#include "mcp3208.h"
|
||||
#include "hip9011.h"
|
||||
|
|
|
@ -201,7 +201,7 @@ bool readSlowAnalogInputs(adcsample_t* convertedSamples) {
|
|||
|
||||
#if EFI_USE_FAST_ADC
|
||||
|
||||
#include "AdcConfiguration.h"
|
||||
#include "AdcDevice.h"
|
||||
|
||||
extern AdcDevice fastAdc;
|
||||
|
||||
|
|
Loading…
Reference in New Issue