23 lines
469 B
C
23 lines
469 B
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Component Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'STM32L1_Project'
|
|
* Target: 'Data_Acq'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32l1xx.h"
|
|
|
|
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
|
|
#define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|