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
This commit is contained in:
dzzxzz@gmail.com 2012-07-04 02:02:12 +00:00
parent 760f837871
commit 6c806253bd
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#include <rthw.h>
#include <rtthread.h>
#include "lpc17xx.h"
#include "LPC17xx.h"
#include "board.h"
#ifdef RT_USING_DFS

View File

@ -2,7 +2,7 @@ Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'drivers')
cwd = os.path.join(str(Dir('#')), 'Drivers')
src = Glob('*.c')
CPPPATH = [cwd]

View File

@ -6829,7 +6829,7 @@ typedef struct
*/
#ifdef USE_STDPERIPH_DRIVER
#include "stm32f2xx_conf.h "
#include "stm32f2xx_conf.h"
#endif /* USE_STDPERIPH_DRIVER */
/** @addtogroup Exported_macro