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}, /*