123456789101112131415161718192021 |
- /*
- * Auto generated Run-Time-Environment Component Configuration File
- * *** Do not modify ! ***
- *
- * Project: 'test'
- * Target: 'test'
- */
- #ifndef RTE_COMPONENTS_H
- #define RTE_COMPONENTS_H
- /*
- * Define the Device Header File:
- */
- #define CMSIS_device_header "stm32f10x.h"
- #define RTE_USING_FINSH
- #endif /* RTE_COMPONENTS_H */
|