From 3221c4c0752a8059ac8f55cd13873b834d5489b4 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 28 Apr 2023 23:43:11 -0400 Subject: [PATCH] it's going to be painful --- firmware/console/status_loop.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index fc1e30086c..36b329bb0b 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -56,12 +56,9 @@ #include "digital_input_exti.h" #include "dc_motors.h" -extern bool main_loop_started; - #if EFI_PROD_CODE // todo: move this logic to algo folder! #include "rtc_helper.h" -#include "HD44780.h" #include "rusefi.h" #include "pin_repository.h" #include "max31855.h"