fix armv7-a

This commit is contained in:
Derekduke
2021-02-02 09:53:18 +08:00
parent 6fd32c7892
commit b5caee7f2d

View File

@@ -17,7 +17,7 @@
#ifndef _TOS_CPU_TYPES_H_ #ifndef _TOS_CPU_TYPES_H_
#define _TOS_CPU_TYPES_H_ #define _TOS_CPU_TYPES_H_
#include <stdint.h>
/* CPU address type based on address bus size. */ /* CPU address type based on address bus size. */
#if (TOS_CFG_CPU_ADDR_SIZE == CPU_WORD_SIZE_32) #if (TOS_CFG_CPU_ADDR_SIZE == CPU_WORD_SIZE_32)
typedef uint32_t cpu_addr_t; typedef uint32_t cpu_addr_t;