steering-wheel/Core/Inc/RTE_Components.h

31 lines
1.0 KiB
C
Raw Normal View History

2023-03-05 21:24:12 +01:00
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file
* @author MCD Application Team
* @version V2.0.0
******************************************************************************
* @attention
*
* Copyright (c) 2023 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 __RTE_COMPONENTS_H__
#define __RTE_COMPONENTS_H__
/* Defines ------------------------------------------------------------------*/
/* STMicroelectronics.X-CUBE-AZRTOS-H7.3.0.0 */
#define THREADX_ENABLED
2023-07-24 18:54:12 +02:00
/* STMicroelectronics.X-CUBE-TOUCHGFX.4.22.0 */
2023-03-06 21:21:00 +01:00
#define TOUCHGFX_APP
2023-03-05 21:24:12 +01:00
#endif /* __RTE_COMPONENTS_H__ */