From 2e26c663601f0307feb1ae74c49d13b2f75bee17 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Mon, 19 Oct 2020 10:30:51 +0200 Subject: [PATCH] change MyTimer to Timer --- MDK-ARM/Project.uvprojx | 21 ++++++++++-- MDK-ARM/RTE/_Simulateur/RTE_Components.h | 42 ++++++++++++------------ 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/MDK-ARM/Project.uvprojx b/MDK-ARM/Project.uvprojx index bf930b4..89d6b1f 100644 --- a/MDK-ARM/Project.uvprojx +++ b/MDK-ARM/Project.uvprojx @@ -185,6 +185,7 @@ 0 0 0 + 0 0 0 8 @@ -351,7 +352,7 @@ 0 0 0 - 0 + 4 @@ -638,6 +639,7 @@ 0 0 0 + 0 0 0 8 @@ -804,7 +806,7 @@ 0 0 0 - 0 + 4 @@ -928,4 +930,19 @@ + + + + <Project Info> + + + + + + 0 + 1 + + + + diff --git a/MDK-ARM/RTE/_Simulateur/RTE_Components.h b/MDK-ARM/RTE/_Simulateur/RTE_Components.h index ca6d1f5..1feeb14 100644 --- a/MDK-ARM/RTE/_Simulateur/RTE_Components.h +++ b/MDK-ARM/RTE/_Simulateur/RTE_Components.h @@ -1,21 +1,21 @@ - -/* - * Auto generated Run-Time-Environment Configuration File - * *** Do not modify ! *** - * - * Project: 'Project' - * Target: 'Simulateur' - */ - -#ifndef RTE_COMPONENTS_H -#define RTE_COMPONENTS_H - - -/* - * Define the Device Header File: - */ -#define CMSIS_device_header "stm32f10x.h" - - - -#endif /* RTE_COMPONENTS_H */ + +/* + * Auto generated Run-Time-Environment Configuration File + * *** Do not modify ! *** + * + * Project: 'Project' + * Target: 'Simulateur' + */ + +#ifndef RTE_COMPONENTS_H +#define RTE_COMPONENTS_H + + +/* + * Define the Device Header File: + */ +#define CMSIS_device_header "stm32f10x.h" + + + +#endif /* RTE_COMPONENTS_H */