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:
parent
760f837871
commit
6c806253bd
|
@ -16,7 +16,7 @@
|
|||
#include <rthw.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#include "lpc17xx.h"
|
||||
#include "LPC17xx.h"
|
||||
#include "board.h"
|
||||
|
||||
#ifdef RT_USING_DFS
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue