From 851cd8aaa7eafc40bebae309c3de1f1f8290ea2a Mon Sep 17 00:00:00 2001 From: Damien Maguire Date: Fri, 29 Sep 2023 09:25:03 +0100 Subject: [PATCH] Add heaterupdate to main --- src/stm32_vcu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stm32_vcu.cpp b/src/stm32_vcu.cpp index c209cece..a17e0363 100644 --- a/src/stm32_vcu.cpp +++ b/src/stm32_vcu.cpp @@ -798,6 +798,7 @@ extern "C" int main(void) UpdateCharger(); UpdateChargeInt(); UpdateBMS(); + UpdateHeater(); Stm32Scheduler s(TIM4); //We never exit main so it's ok to put it on stack scheduler = &s;