From fb93fa74b821d883e7d19999dfd1a358aacebb88 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 24 Feb 2022 09:51:02 +0000 Subject: MLECO-2944: CMSIS device refactoring * RTE_components header to include corresponding Arm Cortex-M system header * remove custom CMSIS implementation from repo * use templates within CMSIS repo instead * update cmake to use header and source files within CMSIS repo Change-Id: I3534dae97b93c07a5056471b1d1dedbc78f00aa7 --- source/hal/platform/mps3/include/platform_drivers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/hal/platform/mps3/include/platform_drivers.h') diff --git a/source/hal/platform/mps3/include/platform_drivers.h b/source/hal/platform/mps3/include/platform_drivers.h index 156b136..da3af1e 100644 --- a/source/hal/platform/mps3/include/platform_drivers.h +++ b/source/hal/platform/mps3/include/platform_drivers.h @@ -22,7 +22,7 @@ /* Platform components */ #include "timer_mps3.h" /* Timer functions. */ -#include "cmsis.h" /* For CPU related defintiions */ +#include "RTE_components.h" /* For CPU related defintiions */ #include "glcd_mps3.h" /* LCD functions. */ /** Platform definitions. TODO: These should be removed. */ -- cgit v1.2.1