From a3f2dc84ae46d35a1e1ee71e4f55a6ea27bfe764 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 16 Jan 2022 10:48:31 -0500 Subject: [PATCH] https://github.com/rusefi/alphax-2chan/issues/17 --- firmware/hw_layer/hardware.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/hw_layer/hardware.cpp b/firmware/hw_layer/hardware.cpp index d76e825b0b..749eccb2d6 100644 --- a/firmware/hw_layer/hardware.cpp +++ b/firmware/hw_layer/hardware.cpp @@ -492,6 +492,8 @@ void initHardware() { return; } + boardInitHardware(); + #if HAL_USE_ADC initAdcInputs();