Include stdint

This commit is contained in:
2026-06-17 18:16:13 +02:00
parent 17c500e39a
commit 5c8961efa7
+21
View File
@@ -24,6 +24,27 @@
extern "C" { extern "C" {
#endif #endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
#include "canlog.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include <stdint.h>
/* 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 #define DEBUG
#ifdef DEBUG #ifdef DEBUG
static inline void ITM_Print(const char *str) { static inline void ITM_Print(const char *str) {