dead (#1480)
This commit is contained in:
parent
cb949b67cc
commit
f874ee5dc2
|
@ -14,11 +14,6 @@
|
|||
|
||||
EXTERN_ENGINE;
|
||||
|
||||
float getVRef(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||
// not currently used return getVoltageDivided("vref", engineConfiguration->vRefAdcChannel);
|
||||
return NAN;
|
||||
}
|
||||
|
||||
bool hasVBatt(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||
return engineConfiguration->vbattAdcChannel != EFI_ADC_NONE;
|
||||
}
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#ifdef __cplusplus
|
||||
#include "engine_configuration.h"
|
||||
|
||||
float getVRef(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
float getVBatt(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
bool hasVBatt(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue