code style

This commit is contained in:
rusefi 2019-06-05 21:39:12 -04:00
parent 94f360daeb
commit 05e0c436e9
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ void initHardware(Logging *l) {
#if HAL_USE_SPI
initSpiModules(boardConfiguration);
#endif
#endif /* HAL_USE_SPI */
// initSmartGpio depends on 'initSpiModules'
initSmartGpio(PASS_ENGINE_PARAMETER_SIGNATURE);