mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-31 19:33:04 +08:00
25 lines
567 B
C
25 lines
567 B
C
|
|
|
|
/*
|
|
|
|
* Auto generated Run-Time-Environment Configuration File
|
|
|
|
* *** Do not modify ! ***
|
|
|
|
*
|
|
|
|
* Project: 'example'
|
|
|
|
* Target: 'example'
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define the Device Header File:
|
|
|
|
*/
|
|
|
|
#define CMSIS_device_header "ARMCM3.h"
|
|
|
|
|
|
|
|
/* Keil.ARM Compiler::Compiler:I/O:STDOUT:User:1.2.0 */
|
|
|
|
#define RTE_Compiler_IO_STDOUT /* Compiler I/O: STDOUT */
|
|
|
|
#define RTE_Compiler_IO_STDOUT_User /* Compiler I/O: STDOUT User */
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|
|
|