From e43c6b0d061e0e07e9f45683ac1055f5fe84327a Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 22 Apr 2023 11:28:50 -0400 Subject: [PATCH] only:todo --- firmware/hw_layer/hardware.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {