code style
This commit is contained in:
parent
94f360daeb
commit
05e0c436e9
|
@ -480,7 +480,7 @@ void initHardware(Logging *l) {
|
||||||
|
|
||||||
#if HAL_USE_SPI
|
#if HAL_USE_SPI
|
||||||
initSpiModules(boardConfiguration);
|
initSpiModules(boardConfiguration);
|
||||||
#endif
|
#endif /* HAL_USE_SPI */
|
||||||
// initSmartGpio depends on 'initSpiModules'
|
// initSmartGpio depends on 'initSpiModules'
|
||||||
initSmartGpio(PASS_ENGINE_PARAMETER_SIGNATURE);
|
initSmartGpio(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue