1
0
Эх сурвалжийг харах

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
dzzxzz@gmail.com 13 жил өмнө
parent
commit
6c806253bd

+ 1 - 1
bsp/lpc176x/applications/startup.c

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

+ 1 - 1
bsp/stm32f20x/Drivers/SConscript

@@ -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]
 

+ 1 - 1
bsp/stm32f20x/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/stm32f2xx.h

@@ -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