This commit is contained in:
rusefi 2019-04-13 22:56:33 -04:00
parent f8fec2e2fb
commit e2e44f923f
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ void initTle8888(DECLARE_ENGINE_PARAMETER_SIGNATURE)
* _add function should be called early on board init.
* _init firnction called later from gpiochips_init() after initial gpios init....
* BUT
* we want everithing to be configurable, this initTle8888 is called after gpiochips_init()
* we want everything to be configurable, this initTle8888 is called after gpiochips_init()
* so we need manually call _init
* HOPE THIS WILL NOT BREAK ANYTHING
*/