You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
313 B
22 lines
313 B
4 months ago
|
|
||
|
/*
|
||
|
* Auto generated Run-Time-Environment Configuration File
|
||
|
* *** Do not modify ! ***
|
||
|
*
|
||
|
* Project: 'TEST1'
|
||
|
* Target: 'TEST1'
|
||
|
*/
|
||
|
|
||
|
#ifndef RTE_COMPONENTS_H
|
||
|
#define RTE_COMPONENTS_H
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Define the Device Header File:
|
||
|
*/
|
||
|
#define CMSIS_device_header "stm32f10x.h"
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* RTE_COMPONENTS_H */
|