Zoltan Hudak / Mbed OS LCD_McuFriend_FSMC_STM32F407
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

Go to the documentation of this file.
00001 /* USER CODE BEGIN Header */
00002 /**
00003   ******************************************************************************
00004   * @file           : main.h
00005   * @brief          : Header for main.c file.
00006   *                   This file contains the common defines of the application.
00007   ******************************************************************************
00008   * @attention
00009   *
00010   * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
00011   * All rights reserved.</center></h2>
00012   *
00013   * This software component is licensed by ST under BSD 3-Clause license,
00014   * the "License"; You may not use this file except in compliance with the
00015   * License. You may obtain a copy of the License at:
00016   *                        opensource.org/licenses/BSD-3-Clause
00017   *
00018   ******************************************************************************
00019   */
00020 /* USER CODE END Header */
00021 
00022 /* Define to prevent recursive inclusion -------------------------------------*/
00023 #ifndef __MAIN_H
00024 #define __MAIN_H
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif
00029 
00030 /* Includes ------------------------------------------------------------------*/
00031 #include "stm32f4xx_hal.h"
00032 
00033 /* Private includes ----------------------------------------------------------*/
00034 /* USER CODE BEGIN Includes */
00035 
00036 /* USER CODE END Includes */
00037 
00038 /* Exported types ------------------------------------------------------------*/
00039 /* USER CODE BEGIN ET */
00040 
00041 /* USER CODE END ET */
00042 
00043 /* Exported constants --------------------------------------------------------*/
00044 /* USER CODE BEGIN EC */
00045 
00046 /* USER CODE END EC */
00047 
00048 /* Exported macro ------------------------------------------------------------*/
00049 /* USER CODE BEGIN EM */
00050 
00051 /* USER CODE END EM */
00052 
00053 /* Exported functions prototypes ---------------------------------------------*/
00054 void Error_Handler(void);
00055 
00056 /* USER CODE BEGIN EFP */
00057 
00058 /* USER CODE END EFP */
00059 
00060 /* Private defines -----------------------------------------------------------*/
00061 /* USER CODE BEGIN Private defines */
00062 
00063 /* USER CODE END Private defines */
00064 
00065 #ifdef __cplusplus
00066 }
00067 #endif
00068 
00069 #endif /* __MAIN_H */
00070 
00071 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
00072