37 lines
971 B
C
37 lines
971 B
C
/*
|
|
* UVISION generated file: DO NOT EDIT!
|
|
* Generated by: uVision version 5.42.0.0
|
|
*
|
|
* Project: 'example'
|
|
* Target: 'Target_1'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32f10x.h"
|
|
|
|
/* Keil::Device:StdPeriph Drivers:Flash@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_FLASH
|
|
/* Keil::Device:StdPeriph Drivers:Framework@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_FRAMEWORK
|
|
/* Keil::Device:StdPeriph Drivers:GPIO@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_GPIO
|
|
/* Keil::Device:StdPeriph Drivers:I2C@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_I2C
|
|
/* Keil::Device:StdPeriph Drivers:RCC@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_RCC
|
|
/* Keil::Device:StdPeriph Drivers:SPI@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_SPI
|
|
/* Keil::Device:StdPeriph Drivers:TIM@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_TIM
|
|
/* Keil::Device:StdPeriph Drivers:USART@3.6.0 */
|
|
#define RTE_DEVICE_STDPERIPH_USART
|
|
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|