H753_CPP_AS6C4008_FMC_DaughterBoard_02
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
19/* USER CODE END Header */
20
21/* Define to prevent recursive inclusion -------------------------------------*/
22#ifndef __MAIN_H
23#define __MAIN_H
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29/* Includes ------------------------------------------------------------------*/
30#include "stm32h7xx_hal.h"
31
32/* Private includes ----------------------------------------------------------*/
33/* USER CODE BEGIN Includes */
40/* USER CODE END Includes */
41
42/* Exported types ------------------------------------------------------------*/
43/* USER CODE BEGIN ET */
44
45/* USER CODE END ET */
46
47/* Exported constants --------------------------------------------------------*/
48/* USER CODE BEGIN EC */
49
50/* USER CODE END EC */
51
52/* Exported macro ------------------------------------------------------------*/
53/* USER CODE BEGIN EM */
54
55/* USER CODE END EM */
56
57/* Exported functions prototypes ---------------------------------------------*/
62void Error_Handler(void);
63
64/* USER CODE BEGIN EFP */
65
66/* USER CODE END EFP */
67
68/* Private defines -----------------------------------------------------------*/
69
70/* USER CODE BEGIN Private defines */
75#define REDIRECT_PRINTF
76/* USER CODE END Private defines */
77
78#ifdef __cplusplus
79}
80#endif
81
82#endif /* __MAIN_H */
void Error_Handler(void)
Enter the fatal error handler loop.
Definition main.c:429