tle8888: fix pin names array (#771)
This commit is contained in:
parent
bed7dd5684
commit
ba118e61f2
|
@ -117,6 +117,7 @@ static const char* tle8888_pin_names[TLE8888_OUTPUTS] = {
|
|||
"TLE8888.OUT9", "TLE8888.OUT10", "TLE8888.OUT11", "TLE8888.OUT12",
|
||||
"TLE8888.OUT13", "TLE8888.OUT14", "TLE8888.OUT15", "TLE8888.OUT16",
|
||||
"TLE8888.OUT17", "TLE8888.OUT18", "TLE8888.OUT19", "TLE8888.OUT20",
|
||||
"TLE8888.OUT21", "TLE8888.OUT22", "TLE8888.OUT23", "TLE8888.OUT24",
|
||||
"TLE8888.IGN1", "TLE8888.IGN2", "TLE8888.IGN3", "TLE8888.IGN4"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue