mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-20 02:46:44 +08:00
# Conflicts: # examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/startup_stm32f401xe.s # examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/system_stm32f4xx.c # library.properties # test/codeblocks/ETL.cbp # test/codeblocks/ETL.depend # test/codeblocks/ETL.layout # test/vs2017/etl.vcxproj # test/vs2017/etl.vcxproj.filters
22 lines
410 B
C
22 lines
410 B
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Component Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'ArmTimerCallbacks'
|
|
* Target: 'Target 1'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32f4xx.h"
|
|
|
|
#define RTE_DEVICE_STARTUP_STM32F4XX /* Device Startup for STM32F4 */
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|