提交 6221cdfe 编写于 作者: D dzzxzz

fixed KEIL project of Fujitsu FM3 Easy Kit compiling error

avoid to include C:\Keil\ARM\RV31\INC\core_cm3.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1299 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 85a1d2f2
......@@ -16,8 +16,8 @@
#include <rtthread.h>
#include "board.h"
#include <mb9bf506r.h>
#include <core_cm3.h>
#include "mb9bf506r.h"
#include "core_cm3.h"
extern const uint32_t SystemFrequency;
......
......@@ -15,8 +15,8 @@
#include <rthw.h>
#include <rtthread.h>
#include <mb9bf506r.h>
#include <core_cm3.h>
#include "mb9bf506r.h"
#include "core_cm3.h"
/* switch flag on interrupt and thread pointer to save switch record */
rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册