From f393c5e2de08b17e693e80c08dfe11c38350e0ce Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 10 Aug 2019 15:53:03 -0400 Subject: [PATCH] low side channels on MRE #900 this kind of makes a bit more sense like this? --- firmware/hw_layer/smart_gpio.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/hw_layer/smart_gpio.cpp b/firmware/hw_layer/smart_gpio.cpp index f1b8cf11d6..7cbf5d9cdd 100644 --- a/firmware/hw_layer/smart_gpio.cpp +++ b/firmware/hw_layer/smart_gpio.cpp @@ -121,8 +121,9 @@ struct tle8888_config tle8888_cfg = { .direct_io = { [0] = {.port = GPIOE, .pad = 10, .output = 5}, [1] = {.port = GPIOE, .pad = 9, .output = 6}, - [2] = {.port = GPIOE, .pad = 8, .output = 20}, - [3] = {.port = GPIOE, .pad = 7, .output = 21}, + [2] = {.port = GPIOE, .pad = 8, .output = 21}, + [3] = {.port = NULL, .pad = 0, .output = 15}, +// [3] = {.port = GPIOE, .pad = 7, .output = 22}, /*