From 5c8961efa7504d45719381228b744e9c4ab73178 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 17 Jun 2026 18:16:13 +0200 Subject: [PATCH] Include stdint --- Core/Inc/main.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Core/Inc/main.h b/Core/Inc/main.h index 4cc7d5f..d174629 100644 --- a/Core/Inc/main.h +++ b/Core/Inc/main.h @@ -24,6 +24,27 @@ extern "C" { #endif +/* Includes ------------------------------------------------------------------*/ +#include "stm32f4xx_hal.h" +#include "canlog.h" + +/* Private includes ----------------------------------------------------------*/ +/* USER CODE BEGIN Includes */ +#include +/* 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 */ #define DEBUG #ifdef DEBUG static inline void ITM_Print(const char *str) {