From d7d51818a2be8bd0328e03f87a4136235f77f77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Sat, 19 Apr 2025 09:47:48 +0800 Subject: [PATCH] add cmsis_compiler.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- interfaces/inner_api/include/config_policy_impl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interfaces/inner_api/include/config_policy_impl.h b/interfaces/inner_api/include/config_policy_impl.h index d90dec9..a27d78b 100644 --- a/interfaces/inner_api/include/config_policy_impl.h +++ b/interfaces/inner_api/include/config_policy_impl.h @@ -16,6 +16,10 @@ #ifndef CUSTOMIZATION_CONFIG_POLICY_IMPL_H #define CUSTOMIZATION_CONFIG_POLICY_IMPL_H +#ifdef __LITEOS_M__ +#include "cmsis_compiler.h" +#endif + #ifdef __cplusplus #if __cplusplus extern "C" { -- Gitee