main.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * @file : main.h
  5. * @brief : Header for main.c file.
  6. * This file contains the common defines of the application.
  7. ******************************************************************************
  8. * @attention
  9. *
  10. * Copyright (c) [2019] [Fudan Microelectronics]
  11. * THIS SOFTWARE is licensed under the Mulan PSL v1.
  12. * can use this software according to the terms and conditions of the Mulan PSL v1.
  13. * You may obtain a copy of Mulan PSL v1 at:
  14. * http://license.coscl.org.cn/MulanPSL
  15. * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
  17. * PURPOSE.
  18. * See the Mulan PSL v1 for more details.
  19. *
  20. ******************************************************************************
  21. */
  22. /* USER CODE END Header */
  23. /* Define to prevent recursive inclusion -------------------------------------*/
  24. #ifndef __MAIN_H
  25. #define __MAIN_H
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif /* __MAIN_H */
  33. /************************ (C) COPYRIGHT FMSH *****END OF FILE****/