git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2201 bbd45198-f89e-11dd-88c7-29a3b14d5316
@@ -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