From 319abc861e2b7346470318a99ea198d3a4e7a2f3 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 30 Jan 2018 22:04:33 -0500 Subject: [PATCH] docs --- firmware/controllers/electronic_throttle.cpp | 1 + firmware/controllers/sensors/tps.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/firmware/controllers/electronic_throttle.cpp b/firmware/controllers/electronic_throttle.cpp index 7f7e97ade7..3463e685be 100644 --- a/firmware/controllers/electronic_throttle.cpp +++ b/firmware/controllers/electronic_throttle.cpp @@ -27,6 +27,7 @@ * enable verbose_etb * disable verbose_etb * ethinfo + * set mock_pedal_position X * * http://rusefi.com/forum/viewtopic.php?f=5&t=592 * diff --git a/firmware/controllers/sensors/tps.cpp b/firmware/controllers/sensors/tps.cpp index 08dab34dfa..b46dfa692a 100644 --- a/firmware/controllers/sensors/tps.cpp +++ b/firmware/controllers/sensors/tps.cpp @@ -12,6 +12,7 @@ static int mockTps; #endif /* EFI_PROD_CODE */ +// set mock_pedal_position X static percent_t mockPedalPosition = MOCK_UNDEFINED; /**