51 lines
1.6 KiB
C
Raw Normal View History

2019-07-08 12:45:16 +01:00
/**
******************************************************************************
* @file system_win.c
* @author MCD Application Team
* @brief System information functions
******************************************************************************
* @attention
*
2019-10-18 12:36:04 +01:00
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
2019-07-08 12:45:16 +01:00
* All rights reserved.</center></h2>
*
2019-10-18 12:36:04 +01:00
* This software component is licensed by ST under Ultimate Liberty license
* SLA0044, the "License"; You may not use this file except in compliance with
* the License. You may obtain a copy of the License at:
* www.st.com/SLA0044
2019-07-08 12:45:16 +01:00
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
/** @addtogroup SYSTEM_INFO_MODULE
* @{
*/
/** @defgroup SYSTEM_INFO
* @brief system info routines
* @{
*/
/* External variables --------------------------------------------------------*/
extern const K_ModuleItem_Typedef ModuleAppMain;
/* Private function prototypes -----------------------------------------------*/
/* Private typedef -----------------------------------------------------------*/
/* Private defines -----------------------------------------------------------*/
/* Private macros ------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private functions ---------------------------------------------------------*/
/**
* @}
*/
/**
* @}
*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/