diff --git a/firmware/hw_layer/hardware.cpp b/firmware/hw_layer/hardware.cpp index 7640d1429a..6e92ce0f42 100644 --- a/firmware/hw_layer/hardware.cpp +++ b/firmware/hw_layer/hardware.cpp @@ -230,7 +230,7 @@ void stopSpi(spi_device_e device) { /** * this method is NOT currently invoked on ECU start - * todo: maybe start invoking this method on ECU start so that peripheral start-up initialization and restart are unified? + * todo: reduce code duplication by moving more logic into startHardware method */ void applyNewHardwareSettings() {