From 1d70a35f95e5275c1e8c9a08d7d124eef839f0b1 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 17 Jun 2026 18:16:20 +0200 Subject: [PATCH] Move to proper block --- Core/Inc/main.h | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/Core/Inc/main.h b/Core/Inc/main.h index d174629..333d59d 100644 --- a/Core/Inc/main.h +++ b/Core/Inc/main.h @@ -26,7 +26,7 @@ extern "C" { /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" -#include "canlog.h" + /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ @@ -62,29 +62,6 @@ static inline void ITM_Print(const char *str) { #else #define DEBUG_PRINT(x) #endif - -/* Includes ------------------------------------------------------------------*/ -#include "stm32f4xx_hal.h" -#include "canlog.h" - -/* Private includes ----------------------------------------------------------*/ -/* USER CODE BEGIN Includes */ - -/* USER CODE END Includes */ - -/* Exported types ------------------------------------------------------------*/ -/* USER CODE BEGIN ET */ - -/* USER CODE END ET */ - -/* Exported constants --------------------------------------------------------*/ -/* USER CODE BEGIN EC */ - -/* USER CODE END EC */ - -/* Exported macro ------------------------------------------------------------*/ -/* USER CODE BEGIN EM */ - /* USER CODE END EM */ /* Exported functions prototypes ---------------------------------------------*/