20 lines
611 B
C
20 lines
611 B
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Component Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'CryptTest'
|
|
* Target: 'CryptTest'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
#define RTE_DEVICE_STARTUP_STM32F2xx /* Device Startup for STM32F2 */
|
|
#define RTE_Drivers_MCI0 /* Driver MCI0 */
|
|
#define RTE_FileSystem_Core /* File System Core */
|
|
#define RTE_FileSystem_LFN /* File System with Long Filename support */
|
|
#define RTE_FileSystem_Drive_MC_0 /* File System Memory Card Drive 0 */
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|