engine_controller: no need to know about fastAdc

This commit is contained in:
Andrey Gusakov 2024-08-18 16:53:56 +03:00 committed by rusefillc
parent ea268ecd78
commit 93b4e0fb24
1 changed files with 0 additions and 8 deletions

View File

@ -76,10 +76,6 @@
#include "logic_analyzer.h" #include "logic_analyzer.h"
#endif /* EFI_LOGIC_ANALYZER */ #endif /* EFI_LOGIC_ANALYZER */
#if HAL_USE_ADC
#include "AdcDevice.h"
#endif /* HAL_USE_ADC */
#if defined(EFI_BOOTLOADER_INCLUDE_CODE) #if defined(EFI_BOOTLOADER_INCLUDE_CODE)
#include "bootloader/bootloader.h" #include "bootloader/bootloader.h"
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */ #endif /* EFI_BOOTLOADER_INCLUDE_CODE */
@ -248,10 +244,6 @@ char * getPinNameByAdcChannel(const char *msg, adc_channel_e hwChannel, char *bu
return buffer; return buffer;
} }
#if HAL_USE_ADC
extern AdcDevice fastAdc;
#endif /* HAL_USE_ADC */
#if EFI_PROD_CODE #if EFI_PROD_CODE
static void printSensorInfo() { static void printSensorInfo() {
#if HAL_USE_ADC #if HAL_USE_ADC