From 29275c6a29f8fd4bdd82ba66c4a64130d04a9245 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Sun, 25 Aug 2024 17:16:24 +0100 Subject: [PATCH] Delete example/project/mdk/RTE/_arm_compiler_6_example/RTE_Components.h --- .../_arm_compiler_6_example/RTE_Components.h | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 example/project/mdk/RTE/_arm_compiler_6_example/RTE_Components.h diff --git a/example/project/mdk/RTE/_arm_compiler_6_example/RTE_Components.h b/example/project/mdk/RTE/_arm_compiler_6_example/RTE_Components.h deleted file mode 100644 index 2d0198b..0000000 --- a/example/project/mdk/RTE/_arm_compiler_6_example/RTE_Components.h +++ /dev/null @@ -1,27 +0,0 @@ - -/* - * Auto generated Run-Time-Environment Configuration File - * *** Do not modify ! *** - * - * Project: 'plooc_example' - * Target: 'arm_compiler_6_example' - */ - -#ifndef RTE_COMPONENTS_H -#define RTE_COMPONENTS_H - - -/* - * Define the Device Header File: - */ -#define CMSIS_device_header "ARMCM3.h" - -/* Keil.ARM Compiler::Compiler:Event Recorder:DAP:1.5.1 */ -#define RTE_Compiler_EventRecorder - #define RTE_Compiler_EventRecorder_DAP -/* Keil.ARM Compiler::Compiler:I/O:STDOUT:EVR:1.2.0 */ -#define RTE_Compiler_IO_STDOUT /* Compiler I/O: STDOUT */ - #define RTE_Compiler_IO_STDOUT_EVR /* Compiler I/O: STDOUT EVR */ - - -#endif /* RTE_COMPONENTS_H */