From 355a0710a62036fd746c5f550e90e2e63ca5237c Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Mon, 17 Mar 2025 17:39:40 +0800 Subject: [PATCH] [fix]Fix cm33 compilation problem when block is turned on --- libcpu/arm/cortex-m33/cpuport.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libcpu/arm/cortex-m33/cpuport.h diff --git a/libcpu/arm/cortex-m33/cpuport.h b/libcpu/arm/cortex-m33/cpuport.h new file mode 100644 index 0000000000..37c77f163f --- /dev/null +++ b/libcpu/arm/cortex-m33/cpuport.h @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2006-2020, RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + */ + +#ifndef CPUPORT_H__ +#define CPUPORT_H__ + +#endif /*CPUPORT_H__*/