tle8888: fix pin names array (#771)

This commit is contained in:
dron0gus 2019-04-21 15:50:07 +03:00 committed by rusefi
parent bed7dd5684
commit ba118e61f2
1 changed files with 1 additions and 0 deletions

View File

@ -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"
};