typo
This commit is contained in:
parent
e885079de1
commit
6fc1b1dc88
|
@ -202,7 +202,7 @@ percent_t getPedalPosition(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
if (mockPedalPosition != MOCK_UNDEFINED) {
|
||||
return mockPedalPosition;
|
||||
}
|
||||
DISPLAY_TAG(PEGAL_SECTION);
|
||||
DISPLAY_TAG(PEDAL_SECTION);
|
||||
DISPLAY_TEXT(Analog_MCU_reads);
|
||||
|
||||
float voltage = getVoltageDivided("pPS", CONFIG(DISPLAY_CONFIG(throttlePedalPositionAdcChannel)));
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.rusefi.ldmp.generated;
|
|||
import com.rusefi.ldmp.*;
|
||||
|
||||
public class TpsMeta {
|
||||
public static final Request[] PEGAL_SECTION = new Request[]{
|
||||
public static final Request[] PEDAL_SECTION = new Request[]{
|
||||
new TextRequest("Analog_MCU_reads"),
|
||||
new ConfigRequest("throttlePedalPositionAdcChannel"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue