From b5caee7f2d9358b6ce6fbf7910545f729976136e Mon Sep 17 00:00:00 2001 From: Derekduke <13262679180@163.com> Date: Tue, 2 Feb 2021 09:53:18 +0800 Subject: [PATCH] fix armv7-a --- arch/arm/arm-v7a/common/include/tos_cpu_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/arm-v7a/common/include/tos_cpu_types.h b/arch/arm/arm-v7a/common/include/tos_cpu_types.h index 8ee05361..1dd7769c 100644 --- a/arch/arm/arm-v7a/common/include/tos_cpu_types.h +++ b/arch/arm/arm-v7a/common/include/tos_cpu_types.h @@ -17,7 +17,7 @@ #ifndef _TOS_CPU_TYPES_H_ #define _TOS_CPU_TYPES_H_ - +#include /* CPU address type based on address bus size. */ #if (TOS_CFG_CPU_ADDR_SIZE == CPU_WORD_SIZE_32) typedef uint32_t cpu_addr_t; -- GitLab