提交 917d8019 编写于 作者: D Derekduke

fix stdint.h

上级 b5caee7f
...@@ -17,7 +17,7 @@ ...@@ -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;
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <tos_config_default.h> #include <tos_config_default.h>
#include <port_config.h> #include <port_config.h>
#include <tos_config_check.h> #include <tos_config_check.h>
#include <tos_cpu_types.h>
#include <tos_ktypes.h> #include <tos_ktypes.h>
#include <tos_cpu_types.h>
#include <port.h> #include <port.h>
#include <tos_cpu.h> #include <tos_cpu.h>
#include <tos_fault.h> #include <tos_fault.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册