Add headers for better code regeneration compatibility with STM32CubeMX

This commit is contained in:
2026-06-10 11:24:43 +02:00
parent 87e8ffc6fa
commit 7bb401762a
2 changed files with 45 additions and 1 deletions
+21
View File
@@ -1,3 +1,24 @@
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : canlog.h
* @brief : Header for canlog.c file.
* This file contains the defines related to SAE J1939 CAN.
******************************************************************************
* @attention
*
* Copyright (c) 2026 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef CANLOG_H
#define CANLOG_H