This commit is contained in:
Matthew Kennedy 2020-06-02 16:21:48 -07:00 committed by GitHub
parent cb949b67cc
commit f874ee5dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

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

View File

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