32 lines
978 B
C
32 lines
978 B
C
|
/**
|
||
|
******************************************************************************
|
||
|
* @file platform_config.h
|
||
|
* @author MCD Application Team
|
||
|
* @version V3.4.0
|
||
|
* @date 29-June-2012
|
||
|
* @brief Evaluation board specific configuration file.
|
||
|
******************************************************************************
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
||
|
#ifndef __PLATFORM_CONFIG_H
|
||
|
#define __PLATFORM_CONFIG_H
|
||
|
|
||
|
#include "platform_common.h"
|
||
|
|
||
|
/* Includes ------------------------------------------------------------------*/
|
||
|
|
||
|
/* Define the STM32F10x hardware depending on the used evaluation board */
|
||
|
#define USE_STEVAL_MKI121V1
|
||
|
|
||
|
|
||
|
|
||
|
/* Exported macro ------------------------------------------------------------*/
|
||
|
/* Exported functions ------------------------------------------------------- */
|
||
|
|
||
|
#endif /* __PLATFORM_CONFIG_H */
|
||
|
|
||
|
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||
|
|