提交 6c806253 编写于 作者: D dzzxzz@gmail.com

fixed a compiling error using gcc in linux system

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2201 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 760f8378
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <rthw.h> #include <rthw.h>
#include <rtthread.h> #include <rtthread.h>
#include "lpc17xx.h" #include "LPC17xx.h"
#include "board.h" #include "board.h"
#ifdef RT_USING_DFS #ifdef RT_USING_DFS
......
...@@ -2,7 +2,7 @@ Import('RTT_ROOT') ...@@ -2,7 +2,7 @@ Import('RTT_ROOT')
Import('rtconfig') Import('rtconfig')
from building import * from building import *
cwd = os.path.join(str(Dir('#')), 'drivers') cwd = os.path.join(str(Dir('#')), 'Drivers')
src = Glob('*.c') src = Glob('*.c')
CPPPATH = [cwd] CPPPATH = [cwd]
......
...@@ -6829,7 +6829,7 @@ typedef struct ...@@ -6829,7 +6829,7 @@ typedef struct
*/ */
#ifdef USE_STDPERIPH_DRIVER #ifdef USE_STDPERIPH_DRIVER
#include "stm32f2xx_conf.h " #include "stm32f2xx_conf.h"
#endif /* USE_STDPERIPH_DRIVER */ #endif /* USE_STDPERIPH_DRIVER */
/** @addtogroup Exported_macro /** @addtogroup Exported_macro
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册