1234567891011121314151617181920212223 |
- /*
- * Auto generated Run-Time-Environment Configuration File
- * *** Do not modify ! ***
- *
- * Project: 'Ringzle'
- * Target: 'GD32F103C8T6'
- */
- #ifndef RTE_COMPONENTS_H
- #define RTE_COMPONENTS_H
- /*
- * Define the Device Header File:
- */
- #define CMSIS_device_header "gd32f10x.h"
- /* GigaDevice::Device:GD32F10x_StdPeripherals:USART:2.0.2 */
- #define RTE_DEVICE_STDPERIPHERALS_USART
- #endif /* RTE_COMPONENTS_H */
|