low side channels on MRE #900
this kind of makes a bit more sense like this?
This commit is contained in:
parent
074c99fab7
commit
f393c5e2de
|
@ -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},
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue