* implement

* add bench mode

* add ts cal mode

* TS impl

* include guard

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
Matthew Kennedy 2020-08-23 20:46:33 -07:00 committed by GitHub
parent 927d3354ff
commit 7a3b87656f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static SensorType indexToTpsSensorSecondary(size_t index) {
}
}
#if EFI_TUNER_STUDIO
static TsCalMode indexToCalModePriMin(size_t index) {
switch (index) {
case 0: return TsCalMode::Tps1Min;
@ -151,6 +152,7 @@ static TsCalMode indexToCalModeSecMax(size_t index) {
default: return TsCalMode::Tps2SecondaryMax;
}
}
#endif // EFI_TUNER_STUDIO
static percent_t directPwmValue = NAN;
static percent_t currentEtbDuty;